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:
- GET http://luyadev/admin/api-cms-layout/list?ngrestCallType=list&fields=id,id,name,json_config,view_file&sort=-id&page=1
- GET http://luyadev/admin/api-cms-layout/unlock
- GET http://luyadev/cmsadmin/theme/index
- GET http://luyadev/admin/api-cms-theme/services?ngrestCallType=services&fields=id
- GET http://luyadev/admin/api-cms-theme/list?ngrestCallType=list&expand=name,parentTheme&fields=id,id,name,is_default,base_path,parentTheme&sort=-id&page=1
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
| Q |
A |
| LUYA Admin Version |
4.1.0 (before to replacement in menu) |
| PHP Version |
7.4.13 |
| Platform |
Apache |
| Operating system |
Windows |
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