Skip to content
Snippets Groups Projects
Commit ea5c47f2 authored by srosse's avatar srosse
Browse files

OO-4058: curriculum element owner are inherited

parent 174f17eb
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,6 @@ public enum CurriculumRoles {
* @return true if the role is by default inherited in the curriculum tree
*/
public static boolean isInheritedByDefault(CurriculumRoles role) {
return role == CurriculumRoles.mastercoach;
return role == CurriculumRoles.mastercoach || role == CurriculumRoles.curriculumelementowner;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment