Skip to content

Commit

Permalink
feat: set weight attribute for ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
KirylHatalski committed Dec 12, 2024
1 parent 4b635eb commit 8d98e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/structures.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<sections>
<section id="manage_items" name="Manage items" url="/taoItems/Items/index">
<actions>
<action id="item-new" name="New item" url="/taoQtiItem/QtiCreator/createItem" context="resource" group="tree" binding="instanciate">
<action id="item-new" name="New item" url="/taoQtiItem/QtiCreator/createItem" context="resource" group="tree" binding="instanciate" weight="9">
<icon id="icon-item"/>
</action>
</actions>
Expand Down

0 comments on commit 8d98e22

Please sign in to comment.