Skip to content
Snippets Groups Projects
Commit 214cdc41 authored by Merov Linden's avatar Merov Linden
Browse files

STORM-173 : Add Build > Object > Return Object

parent b34856d6
No related branches found
No related tags found
No related merge requests found
...@@ -383,6 +383,7 @@ Matthew Dowd ...@@ -383,6 +383,7 @@ Matthew Dowd
VWR-1761 VWR-1761
VWR-2681 VWR-2681
McCabe Maxsted McCabe Maxsted
SNOW-387
VWR-1318 VWR-1318
VWR-4065 VWR-4065
VWR-4826 VWR-4826
...@@ -652,6 +653,7 @@ Techwolf Lupindo ...@@ -652,6 +653,7 @@ Techwolf Lupindo
SNOW-687 SNOW-687
SNOW-680 SNOW-680
SNOW-681 SNOW-681
SNOW-685
SNOW-690 SNOW-690
VWR-12385 VWR-12385
tenebrous pau tenebrous pau
......
...@@ -669,6 +669,14 @@ ...@@ -669,6 +669,14 @@
function="Tools.SaveToObjectInventory" /> function="Tools.SaveToObjectInventory" />
<menu_item_call.on_enable <menu_item_call.on_enable
function="Tools.EnableSaveToObjectInventory" /> function="Tools.EnableSaveToObjectInventory" />
</menu_item_call>
<menu_item_call
label="Return Object"
name="Return Object back to Owner">
<menu_item_call.on_click
function="Object.Return" />
<menu_item_call.on_enable
function="Object.EnableReturn" />
</menu_item_call> </menu_item_call>
</menu> </menu>
<menu <menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment