Announcement

Collapse
No announcement yet.

Records in kanban view not getting sorted correctly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    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
    }

    Comment


    • #3
      I see, thank you!

      Comment

      Working...
      X