mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 23:08:04 -02:30
AC-941 don't display UI form fields until API data loads. Also fixed related set pagination issue.
This commit is contained in:
@@ -200,7 +200,7 @@ function TeamsEdit ($scope, $rootScope, $compile, $location, $log, $routeParams,
|
||||
});
|
||||
|
||||
// Retrieve detail record and prepopulate the form
|
||||
Wait('stop');
|
||||
Wait('start');
|
||||
Rest.setUrl(defaultUrl + ':id/');
|
||||
Rest.get({ params: {id: id} })
|
||||
.success( function(data, status, headers, config) {
|
||||
|
||||
Reference in New Issue
Block a user