File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -92,17 +92,18 @@ def self.dump(value)
92
92
:if => lambda { |role | role . respond_to? ( :time_entries_visibility ) && role . time_entries_visibility_changed? } )
93
93
94
94
safe_attributes (
95
- 'name' ,
96
- 'assignable' ,
97
- 'position' ,
98
- 'issues_visibility' ,
99
- 'users_visibility' ,
100
- 'time_entries_visibility' ,
101
- 'all_roles_managed' ,
102
- 'managed_role_ids' ,
103
- 'permissions' ,
104
- 'permissions_all_trackers' ,
105
- 'permissions_tracker_ids' )
95
+ 'name' ,
96
+ 'assignable' ,
97
+ 'position' ,
98
+ 'issues_visibility' ,
99
+ 'users_visibility' ,
100
+ 'time_entries_visibility' ,
101
+ 'all_roles_managed' ,
102
+ 'managed_role_ids' ,
103
+ 'permissions' ,
104
+ 'permissions_all_trackers' ,
105
+ 'permissions_tracker_ids'
106
+ )
106
107
107
108
# Copies attributes from another role, arg can be an id or a Role
108
109
def copy_from ( arg , options = { } )
You can’t perform that action at this time.
0 commit comments