Actions
Bug #3622
open[API] [refactor] Move system_group, system_user, etc to class methods in Group and User
Story points:
0.5
Release:
Release relationship:
Auto
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