Anton Ikonnikov
Anton Ikonnikov
### What steps will reproduce the problem? **1. Navigate to Settings -> Layouts.** At least two XHR requests performed: - GET http://luyadev/admin/api-cms-layout/list?ngrestCallType=list&fields=id,id,name,json_config,view_file&sort=-id&page=1 - GEThttp://luyadev/admin/api-cms-layout/unlock **2. Navigate to Themes** There are...
Currently, in fact, we can control the appearance of CRUD list table in a one way: we can call `actionIndex` in controller with `$inline = true`. And this will hide...
Quite often there is a task to display in a CRUD list view something besides a table. For example, instructions, statistics or timeline (see screenshot).  It would be desirable...
We have 150 records in a CRUD list view. The paginationSize is 100. We are on the first page. Index plugin generates row numbers from 1 to 100. Now click...
One of the typical scenarios on page is to update some model. In this case an URL looks like http://host/lang/module/controller/update?id=5. Switching the language should keep the same form but change...
### What are you changing/introducing Replaced language from default to active. ### What is the reason for changing/introducing The current state results in text always being displayed in the default...