APPS-265: Updates on UI side

This commit is contained in:
Raluca Munteanu
2020-07-22 11:41:44 +03:00
parent bab0affa77
commit 3f9c2f0433

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;