mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-8840 User can't open param in filter editor if this param was created after performing RelatedAction
This commit is contained in:
parent
892944eb4b
commit
0ab4074785
@ -55,6 +55,8 @@ public class ListEditorHelper {
|
||||
return Datatypes.get(DoubleDatatype.NAME).format(v);
|
||||
case ENUM:
|
||||
return AppBeans.get(Messages.class).getMessage((Enum) v);
|
||||
case UUID:
|
||||
return Datatypes.get(UUIDDatatype.NAME).format(v);
|
||||
default:
|
||||
throw new IllegalStateException("Unknown item type");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user