Open Closed

IsVisibleToClients Property Doesn't Hide Feature at MVC UI #1075


User avatar
0
raif created

https://docs.abp.io/en/abp/latest/Features#other-feature-properties

  • ABP Framework version: v4.2.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

IsVisibleToClients (default: true): Set false to hide the value of this feature from clients (browsers). Isn't that should remove option from UI Is this bug or Am i doing something wrong ?


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    IsVisibleToClients means: Does it visible on api/abp/application-configuration endpoint.

    https://github.com/abpframework/abp/blob/71c4f94ff25bc3e8772a532a746ad778904e0e07/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApplicationConfigurations/AbpApplicationConfigurationAppService.cs#L272

  • User Avatar
    0
    raif created

    thx for clarification

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11