APPS-327: Cannot create record folder within a record category that has a rule to lock the content

This commit is contained in:
Raluca Munteanu
2020-07-23 01:18:14 +03:00
parent fe903f6958
commit c273d428c6

View File

@@ -50,7 +50,7 @@ public enum ActionsOnRule
HIDE_RECORD("hide-record"),
DECLARE_VERSION_AS_RECORD("declare-as-version-record"),
DECLARE_AS_RECORD("create-record"),
WORM_LOCK("wormlock");
WORM_LOCK("wormLock");
private String actionValue;