Merge pull request #8288 from mkllnk/pending-changes

Translate "Save Changes"
This commit is contained in:
Andy Brett
2021-10-06 08:06:48 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ angular.module("admin.indexUtils").factory "pendingChanges", ($q, resources, Sta
form.$setPristine() if form?
else
StatusMessage.display('failure', t('js.oh_no'))
.catch ->
StatusMessage.display('failure', t('js.oh_no'))
all
submit: (change) ->