Skip to content
Snippets Groups Projects
Commit b714ecaf authored by Loren Shih's avatar Loren Shih
Browse files

SH-1506 FIXED "Upload Wizard" is missing from Inventory's add menu

parent 7e977d05
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<menu_item_call.on_enable <menu_item_call.on_enable
function="File.EnableUpload" /> function="File.EnableUpload" />
</menu_item_call> </menu_item_call>
<menu_item_call <menu_item_call
label="Model..." label="Model..."
layout="topleft" layout="topleft"
name="Upload Model"> name="Upload Model">
...@@ -54,6 +54,18 @@ ...@@ -54,6 +54,18 @@
<menu_item_call.on_visible <menu_item_call.on_visible
function="File.VisibleUploadModel"/> function="File.VisibleUploadModel"/>
</menu_item_call> </menu_item_call>
<menu_item_call
label="Model Wizard..."
layout="topleft"
name="Upload Model Wizard">
<menu_item_call.on_click
function="Floater.Show"
parameter="upload_model_wizard" />
<menu_item_call.on_enable
function="File.EnableUploadModel" />
<menu_item_call.on_visible
function="File.VisibleUploadModel"/>
</menu_item_call>
<menu_item_call <menu_item_call
label="Bulk (L$[COST] per file)..." label="Bulk (L$[COST] per file)..."
layout="topleft" layout="topleft"
......
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