Actions
Bug #3622
open[API] [refactor] Move system_group, system_user, etc to class methods in Group and User
Status:
New
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
0.5
Description
Examples:
Is now | Should be |
system_user |
User.find_system_user |
system_user_uuid |
User.find_system_user.uuid |
system_group |
Group.find_system_group |
Group.where(...).select{|g|/-f+$/ =~ g.uuid}.first |
Group.find_all_users_group |
Actions