Actions
Bug #1856
openMissing builtin groups on fresh install
Start date:
Due date:
% Done:
0%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
Problem¶
An admin user visiting Group page in admin area after a fresh install won't see both GroupAnonymous and GroupNonMember.
Reason¶
With Redmine version 5 and higher there is a change in code loading leading also to some changes in Group class and its subclasses.
These changes causes buildin groups not to load properly.
- Group
- GroupBuiltin
- GroupAnonymous
- GroupNonMember
- GroupBuiltin
Group class is responsible to load the builtin groups. Builtin groups, however, won't get loaded until Project.allowed_to_condition
is called.
Solution¶
Load builtin group instances at the bottom of Redmine::Preparation
.
Updated by liaham over 1 year ago
- Status changed from New to Feedback
Updated by liaham over 1 year ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Updated by liaham over 1 year ago
- Status changed from Closed to Feedback
- % Done changed from 100 to 0
Actions