Anton Ikonnikov

Results 6 issues of 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...

bug
bug:research

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...

discussion

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). ![Crud-controller](https://user-images.githubusercontent.com/2006406/81909970-08b66d00-95d4-11ea-90c9-14251bee37c5.png) It would be desirable...

enhancement

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...

bug:research

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...

bug

### 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...