Merge pull request #12912 from dashevchenko/edqsEntityTitleFix
Fixed missed "title" entity field subscription
This commit is contained in:
commit
461645006b
@ -148,6 +148,7 @@ public interface EntityFields {
|
|||||||
default String getAsString(String key) {
|
default String getAsString(String key) {
|
||||||
return switch (key) {
|
return switch (key) {
|
||||||
case "createdTime" -> Long.toString(getCreatedTime());
|
case "createdTime" -> Long.toString(getCreatedTime());
|
||||||
|
case "title" -> getName();
|
||||||
case "type" -> getType();
|
case "type" -> getType();
|
||||||
case "label" -> getLabel();
|
case "label" -> getLabel();
|
||||||
case "additionalInfo" -> getAdditionalInfo();
|
case "additionalInfo" -> getAdditionalInfo();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user