Cannot add relationships to custom entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • homeempire
    Senior Member
    • Sep 2014
    • 181

    Cannot add relationships to custom entity

    I can't add relationships panels to custom entity.
    I add this in layout manager but panels doesn't appear.
    What else I need to do?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    I can't reproduce. Please let me know if you figure out where is the problem. Check browser console for errors.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • homeempire
      Senior Member
      • Sep 2014
      • 181

      #3
      No errors in console. I think it even not try to display relationships. As I wrote: I add this in layout manager. But i see that entity manager / MY CUSTOM entity / relationships is empty. I try to clone settings from other entity but I cannot add link type : parent-to-children.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Check whether layout file is created custom/Espo/Custom/Resources/layouts/EntityName/relationships.json
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • homeempire
          Senior Member
          • Sep 2014
          • 181

          #5
          Yes, i created this file with:

          Code:
          ["meetings","calls"]
          but no relationship panels

          Comment

          Working...