Skip to content

Commit 3b7b1b6

Browse files
authored
Merge pull request #455 from vanleo85/add-roleright-value
#454 Добавлено право роли ExclusiveModeTerminationAtSessionStart
2 parents 3912137 + edc475f commit 3b7b1b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/mdo/support/RoleRight.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public enum RoleRight implements EnumWithValue {
9999
START("Start"),
100100
STANDARD_AUTHENTICATION_CHANGE("StandardAuthenticationChange"),
101101
SESSION_STANDARD_AUTHENTICATION_CHANGE("SessionStandardAuthenticationChange"),
102-
SESSION_OS_AUTHENTICATION_CHANGE("SessionOSAuthenticationChange")
102+
SESSION_OS_AUTHENTICATION_CHANGE("SessionOSAuthenticationChange"),
103+
EXCLUSIVE_MODE_TERMINATION_AT_SESSION_START("ExclusiveModeTerminationAtSessionStart")
103104
;
104105

105106
@Accessors(fluent = true)

0 commit comments

Comments
 (0)