bug5510: Introduced new PrototypeRole StreamletViewerRole

This commit is contained in:
Dennis Aulenbacher
2021-04-06 15:15:23 +02:00
parent 44eb93b8a5
commit 6f03ffb621
2 changed files with 30 additions and 1 deletions
@@ -53,7 +53,8 @@ public class SecuredDomainType extends HasPermissionsImpl {
public static enum TrackedRaceActions implements Action {
CAN_REPLAY_DURING_LIVE_RACES,
DETAIL_TIMER,
EXPORT;
EXPORT,
VIEWSTREAMLETS;
private static final Action[] ALL_ACTIONS = DefaultActions.plus(CAN_REPLAY_DURING_LIVE_RACES, DETAIL_TIMER,
EXPORT);