Actions
Feature #19197
openOptimize permission checks for can_write/can_manage fields
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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
Updated by Tom Clegg about 2 months ago
- Related to Feature #19146: Return can_manage and can_write alongside writable_by added
Actions