Skip to content

Commit

Permalink
Prefix workflows list with repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Aug 31, 2023
1 parent 0d6c1f2 commit 69d69e7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 69d69e7

Please sign in to comment.