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`
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?
Code:
"selectDefaultFilters": { "filter": null },
Comment