Kanban

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MATO
    Member
    • Jun 2019
    • 98

    Kanban

    Hi All

    It's been a while since I have had to post on the Forum.

    Since upgrading from 7.3 to 8.1.5, we have seen some settings issues with Kanban

    Kanban view is not showing the order of Date.

    Previously this was done with the following.

    Changing "$orderDisabled = $this->metadata->get(['scopes', $this->entityType, 'kanbanOrderDisabled']) ?? false;" to True

    in the file application/Espo/Services/Record.php#L1360

    We can also confirm that the
    ​following is set to True in /ESPOcrm/custom/Espo/Custom/Resources/metadata/scopes/OrderLoan.json

    "kanbanOrderDisabled": true,

    Also.

    Previously, we could view all Kanbans without clicking to show more icons. Has something changed?

    Thank you advance

    MATO
    Last edited by MATO; 04-11-2024, 10:44 AM.
  • MATO
    Member
    • Jun 2019
    • 98

    #2
    This has been resolved using User interface and List view

    Comment

    Working...