STORM-173 : Add Build > Object > Return Object
parent
b34856d66d
commit
214cdc4177
|
|
@ -383,6 +383,7 @@ Matthew Dowd
|
|||
VWR-1761
|
||||
VWR-2681
|
||||
McCabe Maxsted
|
||||
SNOW-387
|
||||
VWR-1318
|
||||
VWR-4065
|
||||
VWR-4826
|
||||
|
|
@ -652,6 +653,7 @@ Techwolf Lupindo
|
|||
SNOW-687
|
||||
SNOW-680
|
||||
SNOW-681
|
||||
SNOW-685
|
||||
SNOW-690
|
||||
VWR-12385
|
||||
tenebrous pau
|
||||
|
|
|
|||
|
|
@ -669,6 +669,14 @@
|
|||
function="Tools.SaveToObjectInventory" />
|
||||
<menu_item_call.on_enable
|
||||
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>
|
||||
<menu
|
||||
|
|
|
|||
Loading…
Reference in New Issue