Showing
4 changed files
with
3 additions
and
5 deletions
... | ... | @@ -59,7 +59,6 @@ public abstract class SearchTextBasedWithAdditionalInfo<I extends UUIDBased> ext |
59 | 59 | } |
60 | 60 | |
61 | 61 | public void setAdditionalInfo(JsonNode addInfo) { |
62 | - // TODO why set additionalInfoBytes to [110,117,108,108] if JsonNode is null | |
63 | 62 | setJson(addInfo, json -> this.additionalInfo = json, bytes -> this.additionalInfoBytes = bytes); |
64 | 63 | } |
65 | 64 | ... | ... |
... | ... | @@ -47,8 +47,7 @@ export enum EntityType { |
47 | 47 | RULE_NODE = 'RULE_NODE', |
48 | 48 | ENTITY_VIEW = 'ENTITY_VIEW', |
49 | 49 | WIDGETS_BUNDLE = 'WIDGETS_BUNDLE', |
50 | - WIDGET_TYPE = 'WIDGET_TYPE', | |
51 | - OAUTH2_CLIENT_REGISTRATION = 'OAUTH2_CLIENT_REGISTRATION' | |
50 | + WIDGET_TYPE = 'WIDGET_TYPE' | |
52 | 51 | } |
53 | 52 | |
54 | 53 | export enum AliasEntityType { | ... | ... |
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 | "proxy-user": "Proxy user", |
101 | 101 | "proxy-password": "Proxy password", |
102 | 102 | "send-test-mail": "Send test mail", |
103 | - "security-settings": "Security Settings", | |
103 | + "security-settings": "Security settings", | |
104 | 104 | "password-policy": "Password policy", |
105 | 105 | "minimum-password-length": "Minimum password length", |
106 | 106 | "minimum-password-length-required": "Minimum password length is required", | ... | ... |