You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean the second GET http://luyadev/admin/api-cms-layout/list?ngrestCallType=list&fields=id,id,name,json_config,view_file&sort=-id&page=1:
This is very hard to debug, and yes what you are saying is absolute true, this second requests makes no sense at all. This is maybe because when leaving this angular controller the state changes somewhere which triggers a final $scope.loadList something like this:
What steps will reproduce the problem?
1. Navigate to Settings -> Layouts.
At least two XHR requests performed:
2. Navigate to Themes
There are 5 XHR request perfomed:
As far as I understand, the second request releases the lock from the current user, if any.
But what the purpose of the first request?
Additional infos
The text was updated successfully, but these errors were encountered: