reverted "created_time" field support
This commit is contained in:
parent
5f99c0bae2
commit
53ffd00184
@ -147,7 +147,7 @@ public interface EntityFields {
|
||||
|
||||
default String getAsString(String key) {
|
||||
return switch (key) {
|
||||
case "createdTime", "created_time" -> Long.toString(getCreatedTime());
|
||||
case "createdTime" -> Long.toString(getCreatedTime());
|
||||
case "title" -> getName();
|
||||
case "type" -> getType();
|
||||
case "label" -> getLabel();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user