-
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
This is the controller panel for Smart Panels app
[CAM-5964] In admin, sometimes, loading tenants does not finish
Attachment | New: screenshot-1.png [ 22039 ] |
Assignee | New: Stefan [ stefan.hentschel ] |
Summary | Original: In admin, loading tenants does not finish | New: In admin, sometimes, loading tenants does not finish |
Description |
Original:
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 |
New:
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 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Stefan [ stefan.hentschel ] | New: Sebastian Stamm [ sebastian.stamm ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Assignee | Original: Sebastian Stamm [ sebastian.stamm ] | New: Stefan [ stefan.hentschel ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
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)