Announcement

Collapse
No announcement yet.

Edit non-editable entities in Administrator > Entiity Manager

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

  • Edit non-editable entities in Administrator > Entiity Manager

    Hi,
    searched but did not found any similar post.
    how can I make any non editable entity for example Email Template, Mass Email etc, editable in Administrator > Entiity Manager?
    Thanks

  • #2
    For example, you want to edit EmailTemplate. You need to create file custom/Espo/Custom/Resources/metadata/scopes/EmailTemplate.json with this content
    PHP Code:
    {
      
    "layouts"true,
      
    "customizable"true
    }​ 
    Then just run rebuilld, clear cache and reload the page. But it is not advisable as disable editing was done for a reason. So make it at your own risk

    Comment


    • #3
      This is not recommended and customizations won't be officily supported.

      Comment


      • #4
        Thanks a.slyzhko
        Is there any official supported solution yuri ? Any recommendation?

        Comment


        • #5
          If an entity type is not made available for editing, it's because developers whished them to be not available for editing. Whenever we do any changes in such entity types (in future updates), we don't take into account that the entity type could have been edited/customized by a user. If anything breaks after upgrade, we won't consider it as a bug. It will be up to the user to maintain functioning of the system (or get paid support that can be pricy if requires a lot of effort).

          Comment

          Working...
          X