mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Fixed project add and edit pages.
This commit is contained in:
@@ -241,7 +241,6 @@ function TeamsEdit ($scope, $rootScope, $compile, $location, $log, $routeParams,
|
||||
Rest.get({ params: {id: id} })
|
||||
.success( function(data, status, headers, config) {
|
||||
LoadBreadCrumbs({ path: '/teams/' + id, title: data.name });
|
||||
console.log(data);
|
||||
for (var fld in form.fields) {
|
||||
if (data[fld]) {
|
||||
scope[fld] = data[fld];
|
||||
|
||||
Reference in New Issue
Block a user