- Issue created by @codebymikey
- Status changed to Needs review
over 1 year ago 10:20am 15 September 2023 - last update
over 1 year ago 8 pass - @codebymikey opened merge request.
- last update
over 1 year ago 8 pass
🐛
Fatal error: Schema error for theme condition selection field
Fixed
enforced the usage of a single theme per current_theme
condition.
However there is no easy update path for this.
Have an existing asset injector entity with the following condition:
conditions:
current_theme:
id: current_theme
theme:
seven: seven
negate: false
conditions:
current_theme:
id: current_theme
theme:
seven: seven
olivero: olivero
negate: false
Provide an update path to move to the new format. And if the asset injector has multiple themes, it'll flag them in the update not for the site administrator to review.
N/A
Needs review
2.0
Code