Base solution for your next web application
Open Closed

Filteration of users via permissions is not working correctly #8713


User avatar
0
BateAdmin created

In the latest versions of AspNet Zero, the filteration of users via permissions is not working correctly. I am attaching the loom video link which shows that as well.

Earlier there was a group by clause in GetUsersFilteredQuery() function which used to control this behavior but in the latest versions, that group by clause is commented out and if we un-comment it, it causes some other issues.

https://www.loom.com/share/d5f965ff1a344defb5122cf2fd250182


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    What is your product type (Angular or MVC)?

    I can't reproduce your problem in the latest mvc version. Can you try zero's online demo?

    I checked the history of git and the GetUsersFilteredQuery method has not changed recently.