Skip to content

Commit

Permalink
fix: double move-to when dacSimple disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal authored and tikhanovichA committed Feb 24, 2022
1 parent 6d5a88c commit 2c7c72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/structures.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<action id="item-copy-to" name="Copy To" url="/taoItems/Items/copyInstance" context="instance" group="tree" binding="copyTo">
<icon id="icon-copy"/>
</action>
<action id="item-move-to" name="Move To" url="/taoItems/Items/moveResource" context="resource" group="tree" binding="moveTo">
<action id="item-move-to" name="Move To" url="/taoItems/Items/moveResource" context="instance" group="tree" binding="moveTo">
<icon id="icon-move-item"/>
</action>
<action id="class-move-to" name="Move To" url="/taoItems/Items/moveClass" context="class" group="tree" binding="moveTo">
Expand Down

0 comments on commit 2c7c72c

Please sign in to comment.