Skip to content

Commit

Permalink
Change min role for showOnlyCountdownForRoles setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Sep 1, 2024
1 parent 77a9f95 commit da4d5a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class CountdownComponent(
"showOnlyCountdownForRoles", MinRoleSettingProxy.ALL_ROLES,
fieldName = "Kinek legyen erőltetett", description = "Ezek a roleok számára más komponensek ne legyenek elérhetőek. " +
"Csak akkor működik, ha be van kapcsolva a komponens.",
minRoleToEdit = RoleType.SUPERUSER, grantedForRoles = ArrayList() // Thymeleaf doesn't like emptyList() (EmptyList)
minRoleToEdit = RoleType.STAFF, grantedForRoles = ArrayList() // Thymeleaf doesn't like emptyList() (EmptyList)
)

val keepOnAfterCountdownOver = SettingProxy(componentSettingService, component,
Expand Down

0 comments on commit da4d5a8

Please sign in to comment.