Skip to content

Conversation

@salmart-dev
Copy link
Contributor

@salmart-dev salmart-dev commented Aug 25, 2025

Summary

The web UI uses IAppConfig to set the theming configuration, which stores the values with their type information. The occ command uses the ThemingDefaults which use the IConfig, which uses mixed instead of the appropriate type, which now fails.

Checklist

@salmart-dev salmart-dev marked this pull request as ready for review August 28, 2025 16:16
@salmart-dev salmart-dev requested a review from a team as a code owner August 28, 2025 16:16
@salmart-dev salmart-dev requested review from icewind1991, sorbaugh and yemkareems and removed request for a team August 28, 2025 16:16
@salmart-dev salmart-dev force-pushed the fix/54626/occThemingTypeError branch from d2cfe74 to b247c97 Compare August 29, 2025 09:06
Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

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

LGTM but didnt test

@provokateurin provokateurin merged commit 0bdabcf into master Aug 29, 2025
214 of 218 checks passed
@provokateurin provokateurin deleted the fix/54626/occThemingTypeError branch August 29, 2025 13:16
@salmart-dev
Copy link
Contributor Author

/backport to stable31

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]: Can't change primary color via occ, conflict between new type (mixed) and old type (string)

6 participants