Caused by:
io.jmix.core.DevelopmentException:
Unable to find @Install target for method private io.jmix.ui.component.Component
validationResultLogsTableValidationRuleNameColumnGenerator(ValidationResultLog)
in class ValidationResultLogBrowse
The correct target is: "validationResultLogsTable.[validationRule.name]". It's Studio bug and it will be fixed in one of the upcoming bug-fix releases.
Trying generate id for table's coulmn corresponding to an entity attribute metapath (validationRule.name): If trying with using @Install:
get exception:
But if trying direct:
it works as excpected
looks like a bug