Announcement

Collapse
No announcement yet.

List Tree Layout Manager

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

  • 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.

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


    • #3
      Thanks blueprint .. it's just "perfect"

      Comment

      Working...
      X