From df515a037ebf67f58c6a3152bb3b5174ff06a840 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Fri, 6 Mar 2015 08:18:43 -0800 Subject: [PATCH] [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; --- platform/commonUI/edit/bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/commonUI/edit/bundle.json b/platform/commonUI/edit/bundle.json index 953497a388..0b97573ae2 100644 --- a/platform/commonUI/edit/bundle.json +++ b/platform/commonUI/edit/bundle.json @@ -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",