The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.
This commit is contained in:
parent
51019e5dca
commit
01d9af6222
15 changed files with 105 additions and 72 deletions
|
|
@ -521,7 +521,7 @@ sub www_editUserSave {
|
|||
className=>"WebGUI::User",
|
||||
parameters=>$u->userId,
|
||||
priority=>1
|
||||
});
|
||||
})->start;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
@ -532,7 +532,7 @@ sub www_editUserSave {
|
|||
className=>"WebGUI::User",
|
||||
parameters=>$u->userId,
|
||||
priority=>1
|
||||
});
|
||||
})->start;
|
||||
}
|
||||
}
|
||||
# Display an error telling them the username they are trying to use is not available and suggest alternatives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue