selectDefaultFilters clientDefs option doesn't work for assigned users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goingUp
    Member
    • Sep 2024
    • 30

    #1

    selectDefaultFilters clientDefs option doesn't work for assigned users

    When I select assigned users for Contact, there is "Active" filter set in popup. I wanted to change filter to "All", so I edited `custom/Espo/Custom/Resources/metadata/clientDefs/User.json`
    Code:
    "selectDefaultFilters": {
        "filter": null
    },
    But that doesn't worked, filter is still "Active". Seems like it's hardcoded in client/src/views/fields/assigned-user.js Is this intended, or some artifact from the time it wasn't configurable?
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9484

    #2
    Please, not in bug reports.
    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

    • yuri
      EspoCRM product developer
      • Mar 2014
      • 9484

      #3
      It's intended.
      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

      Working...