List Tree Layout Manager

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blueprint
    Active Community Member
    • Jan 2019
    • 223

    List Tree Layout Manager

    It would be nice to be able to create custom Entities which derive from CategoryTree.

    Also, it would be nice to be able to implement a custom List Tree layout without having to tinker with the source files manually.
  • blueprint
    Active Community Member
    • Jan 2019
    • 223

    #2
    For anyone that it interested, this feature actually already exists but is just not made public.

    To enable this, copy `applicaton\Espo\Resources\Metadata\app\entityTemp lateList.json` to `custom\Espo\Custom\Resources\Metadata\app\entityT emplateList.json` and edit the file, changing the contents to:

    Code:
    [
       "__APPEND__",
       "CategoryTree"
    ]
    Then Rebuild via the Admin interface.

    Comment

    • item
      Active Community Member
      • Mar 2017
      • 1476

      #3
      Thanks blueprint .. it's just "perfect"
      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      Working...