You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using any of the Bootswatch themes, the ContainerSettings.razor page overwrites any module settings. To reproduce, change a site's settings to use a bootswatch theme. Using the Blog module, try to change the module settings.
It appears the settings need to be reloaded in the page before saving them, so they don't collide with the module settings.
Line 101 should be:
var settings = await SettingService.GetModuleSettingsAsync(ModuleState.ModuleId);
The text was updated successfully, but these errors were encountered:
ryanjagdfeld
added a commit
to ryanjagdfeld/oqtane.theme.bootswatch
that referenced
this issue
Oct 21, 2024
When using any of the Bootswatch themes, the ContainerSettings.razor page overwrites any module settings. To reproduce, change a site's settings to use a bootswatch theme. Using the Blog module, try to change the module settings.
It appears the settings need to be reloaded in the page before saving them, so they don't collide with the module settings.
Line 101 should be:
The text was updated successfully, but these errors were encountered: