mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
bug5510: Introduced new PrototypeRole StreamletViewerRole
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user