Actions
Feature #19197
openOptimize permission checks for can_write/can_manage fields
Story points:
-
Description
Currently, when returning a page of N users or groups, railsapi does N database queries to get the can_write/can_manage values.
This should be optimized to use a constant number of queries per page.
Related issues
Actions