Skip to content

Commit

Permalink
Fix issue No module style set when module positions are created #920
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Dec 16, 2024
1 parent fbc6f76 commit d77a389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/elements/module_position/module_position.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</field>
<field astroidgroup="general" ngShow="[type]==''" name="position" type="astroidmodulesposition" label="ASTROID_POSITION"/>
<field astroidgroup="general" ngShow="[type]=='module'" name="module" type="astroidmoduleslist" label="ASTROID_MODULE"/>
<field astroidgroup="general" ngShow="[type]==''" name="module_styles" type="astroidmodulesstyle" label="TPL_ASTROID_MODULE_STYLE_LABEL"/>
<field astroidgroup="general" ngShow="[type]==''" name="module_styles" type="astroidmodulesstyle" default="astroidxhtml" label="TPL_ASTROID_MODULE_STYLE_LABEL"/>
</fieldset>
</fields>
</form>
Expand Down

0 comments on commit d77a389

Please sign in to comment.