[gen] Bugfix in the Ref field; added method workflow.Transition.getBack that finds the 'back' transition of a given transition.
This commit is contained in:
parent
14f85509e1
commit
1d0ee7a614
19 changed files with 206 additions and 128 deletions
|
@ -279,7 +279,7 @@ function doInlineSave(objectUid, name, objectUrl, content){
|
|||
/* Ajax-saves p_content of field named p_name on object whose id is
|
||||
p_objectUid and whose URL is p_objectUrl. Asks a confirmation before
|
||||
doing it. */
|
||||
var doIt = confirm('Do it?');
|
||||
var doIt = confirm(save_confirm);
|
||||
var params = {'action': 'storeFromAjax', 'layoutType': 'view'};
|
||||
var hook = null;
|
||||
if (!doIt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue