-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
I can reproduce it quite reliably: when navigating to the tenants tab in admin, the loading of the list of tenants sometimes does not finish.
Feels like a race condition
In the Browser's HTTP console I can see that the request is being done and returns successfully but the view is not updated
The change breaks update functionality for authorizations. Trying to add a new authorization or update an existing one produces the following error:
TypeError: camAPI.save is not a function at Scope.AuthorizationCreateController.$scope.confirmUpdateAuthorization (authorizationCreate.js:83)