mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Merge pull request #5339 from mabashian/5326-workflow-job-breaks
Workaround for workflow node bug
This commit is contained in:
commit
f7bf54a9f3
@ -49,7 +49,7 @@ export default {
|
||||
// flashing as rest data comes in. Provides the list of workflow nodes
|
||||
workflowNodes: ['workflowData', 'Rest', '$q', function(workflowData, Rest, $q) {
|
||||
var defer = $q.defer();
|
||||
Rest.setUrl(workflowData.related.workflow_nodes);
|
||||
Rest.setUrl(workflowData.related.workflow_nodes + '?order_by=id');
|
||||
Rest.get()
|
||||
.success(function(data) {
|
||||
if(data.next) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user