[Frontend] Set priority on Save button to always load first

WTD-1002
WTD-832
Set priority: mandatory on save button to ensure it always loads before cancel button;
This commit is contained in:
Charles Hacskaylo 2015-03-06 08:18:43 -08:00
parent feda668e18
commit df515a037e

View File

@ -51,7 +51,8 @@
"implementation": "actions/SaveAction.js",
"name": "Save",
"description": "Save changes made to these objects.",
"depends": [ "$location" ]
"depends": [ "$location" ],
"priority": "mandatory"
},
{
"key": "cancel",