Skip to content

Fixed an issue where CustomCss module would not load#6642

Merged
mitchelsellers merged 1 commit intodnnsoftware:developfrom
valadas:issue/6601b
Jul 31, 2025
Merged

Fixed an issue where CustomCss module would not load#6642
mitchelsellers merged 1 commit intodnnsoftware:developfrom
valadas:issue/6601b

Conversation

@valadas
Copy link
Copy Markdown
Contributor

@valadas valadas commented Jul 31, 2025

Closes #6601

The global personaBarSettings javascript objet is merged from the backend with some portal settings, I guess in some place, stuff was changed from PortalSettings to IPortalSettings which means we now have PortalId instead of PortalID.

Luckily, it appears that value was only used in a few places, so this PR changes the casing in those places fixing the CSS module and some more areas affected by the same issue.

Closes dnnsoftware#6601

The global personaBarSettings javascript objet is merged from the backend with some portal settings, I guess in some place, stuff was changed from PortalSettings to IPortalSettings which means we now have `PortalId` instead of `PortalID`.

Luckily, it appears that value was only used in a few places, so this PR changes the casing in those places fixing the CSS module and some more areas affected by the same issue.
@valadas valadas added this to the 10.1.0 milestone Jul 31, 2025
@valadas valadas changed the title Fixed an issue where CustumCss module would not load Fixed an issue where CustomCss module would not load Jul 31, 2025
Copy link
Copy Markdown
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

@mitchelsellers mitchelsellers merged commit 6367fb8 into dnnsoftware:develop Jul 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Custom CSS stopped working

3 participants