Records in kanban view not getting sorted correctly

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Mark
    replied
    I see, thank you!

    Leave a comment:


  • yuri
    replied
    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
    }

    Leave a comment:


  • Mark
    started a topic Records in kanban view not getting sorted correctly

    Records in kanban view not getting sorted correctly

    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?
    Attached Files
Working...