Backlogs error: Couldn't find RbRelease with 'id'=69 (ActiveRecord::RecordNotFound)
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:
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.
Updated by Tom Clegg over 2 years ago
- Related to Feature #19146: Return can_manage and can_write alongside writable_by added
Actions