User entity not available in workflow target Entity Dropdown

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexmiller
    Member
    • Jun 2018
    • 32

    User entity not available in workflow target Entity Dropdown

    I just noticed on one of my installs of ESPO that the user entity isn't showing up in the target entity drop down when creating a workflow, how can I rebuild the entity list dropdown
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    hi,
    did you scroll the dropdown? I can see it on the demo...

    Comment

    • alexmiller
      Member
      • Jun 2018
      • 32

      #3
      yes i looked through the drop down it is not there. I have several install of ESPO and there are two that are missing the user entity from the dropdown, the other ones all have it there. I can't find any similarities between the ones that it is missing and the ones that all have it, they all seem to be different versions and entirely different setpups.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        check the difference in custom/Espo/Custom/Resources/metadata/scopes/User.json (or application/Espo/Resources/metadata/scopes/User.json)
        and
        "entityListToIgnore" in application/Espo/Modules/Advanced/Resources/metadata/entityDefs/Workflow.json (is "User" in list?)

        Comment

        Working...