mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
updated org-add form controller with form obj
This commit is contained in:
@@ -16,7 +16,7 @@ export default ['$scope', '$rootScope', '$compile', '$location',
|
||||
|
||||
// Inject dynamic view
|
||||
var generator = GenerateForm,
|
||||
form = OrganizationForm,
|
||||
form = OrganizationForm(),
|
||||
base = $location.path().replace(/^\//, '').split('/')[0];
|
||||
|
||||
generator.inject(form, {
|
||||
|
||||
Reference in New Issue
Block a user