Base solution for your next web application
Open Closed

Multiple forms with name 'OtherSettingsForm' on Tenant settings page #9238


User avatar
0
geertveenstra created

Hi,

There exist two forms with the same name 'OtherSettingsForm' on the Settings\Index.html view page. Because of this the setting QuickThemeSelection is not enabled.

Also, why is this setting only available when MultiTenancy is disabled ?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    I will fix this problem. Thanks for your feedback. https://github.com/aspnetzero/aspnet-zero-core/pull/3378

    Also, why is this setting only available when MultiTenancy is disabled ?

    QuickThemeSelectEnabled belongs to the setting of Host, it needs to be allowed to be modified when multi-tenancy is disabled.