Hi, we have a problem, where the records in kanban view are just getting sorted randomly. The sorting is set by 'Created At' field and it works fine in the list view, but in kanban view, we cannot even determine by what logic the records are sorted (but definetely not by 'Created At' field). We tried changing around the sorting setting in the entity manager, refreshing the webpage, clearing cache, rebuilding backed, but nothing helped. Maybe it is possible to manually set the sorting of the kanban view somewhere in the code?
Records in kanban view not getting sorted correctly
Collapse
X
-
Hi Mark,
It's sorted how a user sorted. First it displays sorted by a default sorting field. Then user drag-n-drop items, and sorting is preserved. You can disable kanban sorting in metadata: scopes > {entityType}
Code:{ "kanbanOrderDisabled": true }
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment