@@ -46,14 +46,15 @@ public String value() {
46
46
Permission .READ_EVENTS ,
47
47
Permission .READ_USERS ,
48
48
Permission .READ_POSITIONS ,
49
+ Permission .READ_QUALIFICATIONS ,
49
50
Permission .JOIN_LEAVE_EVENT_TEAM
50
51
);
51
52
case EVENT_PLANNER -> Stream .of (
52
53
Permission .READ_OWN_USER_DETAILS ,
53
54
Permission .WRITE_OWN_USER_DETAILS ,
54
55
Permission .READ_EVENTS ,
55
56
Permission .READ_USERS ,
56
- Permission .READ_POSITIONS ,
57
+ Permission .READ_POSITIONS ,Permission . READ_QUALIFICATIONS ,
57
58
Permission .WRITE_EVENTS
58
59
);
59
60
case TEAM_PLANNER -> Stream .of (
@@ -62,6 +63,7 @@ public String value() {
62
63
Permission .READ_EVENTS ,
63
64
Permission .READ_USERS ,
64
65
Permission .READ_POSITIONS ,
66
+ Permission .READ_QUALIFICATIONS ,
65
67
Permission .JOIN_LEAVE_EVENT_TEAM ,
66
68
Permission .WRITE_EVENT_TEAM ,
67
69
Permission .READ_USER_DETAILS
@@ -72,9 +74,11 @@ public String value() {
72
74
Permission .READ_EVENTS ,
73
75
Permission .READ_USERS ,
74
76
Permission .READ_POSITIONS ,
77
+ Permission .READ_QUALIFICATIONS ,
75
78
Permission .READ_USER_DETAILS ,
76
79
Permission .WRITE_USERS ,
77
- Permission .WRITE_POSITIONS
80
+ Permission .WRITE_POSITIONS ,
81
+ Permission .WRITE_QUALIFICATIONS
78
82
);
79
83
};
80
84
}
0 commit comments