#63 - permissions #67

Merged
Baakoma merged 6 commits from #63-permissions into main 2022-03-02 09:52:51 +01:00
Baakoma commented 2022-03-01 15:23:36 +01:00 (Migrated from github.com)

It should close #63.

It should close #63.
kamilpiech97 (Migrated from github.com) reviewed 2022-03-02 09:36:23 +01:00
@@ -0,0 +6,4 @@
class WaitingForAdministrative extends VacationRequestState
{
public static string $name = "waiting_for_administrative";
kamilpiech97 (Migrated from github.com) commented 2022-03-02 09:36:18 +01:00

Maybe uppercased value would be better?

Maybe uppercased value would be better?
Baakoma (Migrated from github.com) reviewed 2022-03-02 09:40:29 +01:00
@@ -0,0 +6,4 @@
class WaitingForAdministrative extends VacationRequestState
{
public static string $name = "waiting_for_administrative";
Baakoma (Migrated from github.com) commented 2022-03-02 09:40:29 +01:00

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)

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)
kamilpiech97 (Migrated from github.com) reviewed 2022-03-02 09:48:59 +01:00
@@ -0,0 +6,4 @@
class WaitingForAdministrative extends VacationRequestState
{
public static string $name = "waiting_for_administrative";
kamilpiech97 (Migrated from github.com) commented 2022-03-02 09:48:59 +01:00

okey.

okey.
kamilpiech97 (Migrated from github.com) approved these changes 2022-03-02 09:49:25 +01:00
Sign in to join this conversation.