mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
fix workflow edit controller di
This commit is contained in:
parent
367943fa3c
commit
455d91fa0e
@ -9,10 +9,11 @@ export default [
|
||||
'ProcessErrors', 'ClearScope', 'GetBasePath', '$q', 'ParseTypeChange',
|
||||
'Wait', 'Empty', 'ToJSON', 'initSurvey', '$state', 'CreateSelect2',
|
||||
'ParseVariableString', 'TemplatesService', 'Rest', 'ToggleNotification',
|
||||
'OrgAdminLookup',
|
||||
function($scope, $stateParams, WorkflowForm, GenerateForm, Alert,
|
||||
ProcessErrors, ClearScope, GetBasePath, $q, ParseTypeChange, Wait, Empty,
|
||||
ToJSON, SurveyControllerInit, $state, CreateSelect2, ParseVariableString,
|
||||
TemplatesService, Rest, ToggleNotification) {
|
||||
TemplatesService, Rest, ToggleNotification, OrgAdminLookup) {
|
||||
ClearScope();
|
||||
|
||||
$scope.$watch('workflow_job_template_obj.summary_fields.user_capabilities.edit', function(val) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user