Skip to content

Commit

Permalink
Merge pull request #8907 from jeffibm/add-repository-to-workflows
Browse files Browse the repository at this point in the history
Prefix workflows list with repository
  • Loading branch information
agrare authored Sep 23, 2023
2 parents 08e4114 + 1122aa2 commit 5bf6aaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ManageIQ.angular.app.service('DialogEditorHttp', ['$http', 'API', function($http

/** Function to load all available workflows when 'Embedded Workflow' is selected for dynamic field. */
this.loadAvailableWorkflows = () => {
const url = '/api/configuration_script_payloads/?expand=resources';
const url = '/api/configuration_script_payloads/?expand=resources&attributes=configuration_script_source.name';
return API.get(url);
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@data-driven-forms/carbon-component-mapper": "~3.18.8",
"@data-driven-forms/react-form-renderer": "~3.18.8",
"@manageiq/font-fabulous": "~1.0.5",
"@manageiq/ui-components": "1.5.0",
"@manageiq/ui-components": "1.5.1",
"@novnc/novnc": "~1.2.0",
"@pf3/select": "~1.12.6",
"@tshepomgaga/aws-sfn-graph": "0.0.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1934,17 +1934,17 @@ __metadata:
languageName: node
linkType: hard

"@manageiq/ui-components@npm:1.5.0":
version: 1.5.0
resolution: "@manageiq/ui-components@npm:1.5.0"
"@manageiq/ui-components@npm:1.5.1":
version: 1.5.1
resolution: "@manageiq/ui-components@npm:1.5.1"
dependencies:
angular-bootstrap-switch: "npm:^0.5.1"
angular-dragdrop: "npm:^1.0.13"
angular-ui-sortable: "npm:^0.16.1"
es6-shim: "npm:^0.35.3"
es7-shim: "npm:^6.0.0"
sprintf-js: "npm:^1.1.1"
checksum: e380ea027d808eb1021627c2e152818a9493ca4d40bcd1dc8b60d9405f22c4688894a7c5226b5b6a16fe9141038b77411150af40779e48efef59f7e44915a2ac
checksum: aea616d81d0a119e558708825de9d560dc2fe2fe56688631734f49004bc18982c39084303bdf98f659e95c7357393de4a342dc47a7d9bf802a954716658ae5cf
languageName: node
linkType: hard

Expand Down Expand Up @@ -11414,7 +11414,7 @@ __metadata:
"@data-driven-forms/carbon-component-mapper": "npm:~3.18.8"
"@data-driven-forms/react-form-renderer": "npm:~3.18.8"
"@manageiq/font-fabulous": "npm:~1.0.5"
"@manageiq/ui-components": "npm:1.5.0"
"@manageiq/ui-components": "npm:1.5.1"
"@novnc/novnc": "npm:~1.2.0"
"@pf3/select": "npm:~1.12.6"
"@tshepomgaga/aws-sfn-graph": "npm:0.0.6"
Expand Down

0 comments on commit 5bf6aaa

Please sign in to comment.