Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container settings overwrite module settings #10

Open
ryanjagdfeld opened this issue Oct 9, 2024 · 0 comments
Open

Container settings overwrite module settings #10

ryanjagdfeld opened this issue Oct 9, 2024 · 0 comments

Comments

@ryanjagdfeld
Copy link

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);
ryanjagdfeld added a commit to ryanjagdfeld/oqtane.theme.bootswatch that referenced this issue Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant