#63 - permissions #67
Reference in New Issue
Block a user
Delete Branch "#63-permissions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #63.
@@ -0,0 +6,4 @@class WaitingForAdministrative extends VacationRequestState{public static string $name = "waiting_for_administrative";Maybe uppercased value would be better?
@@ -0,0 +6,4 @@class WaitingForAdministrative extends VacationRequestState{public static string $name = "waiting_for_administrative";Not sure if I want to change the rule for these states when everywhere else we use snake_case for that. (these snake_case values are stored in db, eg. Enums)
@@ -0,0 +6,4 @@class WaitingForAdministrative extends VacationRequestState{public static string $name = "waiting_for_administrative";okey.