Skip to content

Commit

Permalink
Added: Action names
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Dec 30, 2023
1 parent 79f0864 commit 99ba986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Emails to BRIDGHEAD_ADMINS_WHO_HAVE_NOT_ACCEPTED_NOR_REJECTED_THE_PROJECT
- FrontendSiteModule repeatable
- Action names
- Module names
10 changes: 5 additions & 5 deletions src/main/java/de/samply/app/ProjectManagerConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ public class ProjectManagerConst {
public final static String PROJECT_VIEW_SITE = "project-view";

//Modules
public final static String USER_MODULE = "User Module";
public final static String PROJECT_STATE_MODULE = "Project State Module";
public final static String PROJECT_DOCUMENTS_MODULE = "Project Documents Module";
public final static String EXPORT_MODULE = "Export Module";
public final static String TOKEN_MANAGER_MODULE = "Token Manager Module";
public final static String USER_MODULE = "USER";
public final static String PROJECT_STATE_MODULE = "PROJECT_STATE";
public final static String PROJECT_DOCUMENTS_MODULE = "PROJECT_DOCUMENTS";
public final static String EXPORT_MODULE = "EXPORT";
public final static String TOKEN_MANAGER_MODULE = "TOKEN_MANAGER";

// Actions
public final static String SET_DEVELOPER_USER_ACTION = "SET_DEVELOPER_USER";
Expand Down

0 comments on commit 99ba986

Please sign in to comment.