Announcement

Collapse
No announcement yet.

Kanban view as default?

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

  • Kanban view as default?

    Hi,

    Is it possible and how to make Kanban view default instead of list view?

    Vladimir

  • #2
    Hi,

    custom/Espo/Custom/Resources/clientDefs/YourEntityType.json

    Code:
    {
        "listDefaultViewMode": "kanban"
    }
    Clear cache.

    Comment


    • partomas
      partomas commented
      Editing a comment
      It would be nice if it would be possible to set as parameter in Administration panel.

  • #3
    You can also remove the list view with the parameter:

    Code:
    {
        "listViewModeList": ["kanban"]
    }

    Comment

    Working...
    X