diff --git a/app/javascript/oldjs/services/dialog_editor_http_service.js b/app/javascript/oldjs/services/dialog_editor_http_service.js index 9831a57393e9..269ed32be61c 100644 --- a/app/javascript/oldjs/services/dialog_editor_http_service.js +++ b/app/javascript/oldjs/services/dialog_editor_http_service.js @@ -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); };