Fix for Bug 88014

Does anyone have a workaround / fix for Bug #88014? The bug is the following: 

Steps to reproduce:
In SugarCRM 11.1.0 Enterprise with SugarIdentity enabled and 30+ active users
- Start to create a new account
- For Assigned to, click Search and Select...

Expected results:
Total number of users shown is accurate

Actual results:
A smaller number of users shows up. Examples seen have been 9, 13, 15

Note:
In some cases entering '%' into the search field will cause the correct number of users to appear, in some cases adding a filter for Status = 'Active' will cause the correct number of users to appear

I did some research myself and noticed that it seems to be an issue with the way the filter api and the person api work together. For some reason the Person api does a lookup on the users table without the active users. When that query completes the id's of these users are used to retrieve the data of the users with the status to active and a where in case. But since the id's contain also inactive users we do not get all the users that are active but only a subset. Before I start working on a hotfix myself I'm wondering if someone here in the 'club' has had any luck on creating a fix for it? 

Parents Reply Children
No Data