tg icon indicating copy to clipboard operation
tg copied to clipboard

Entity Master: property action support for sub-properties

Open 01es opened this issue 1 year ago • 0 comments

Description

Currently property actions can be specified as part of an Entity Master definition for any property editor. However, they do not become visible for sub-properties, expressed via dot-expressions. This needs to be rectified. The associated chosenProperty should represent a corresponding dot-expression.

Please also make sure multi-actions work correctly for sub-properties.

Current workaround

A workaround exists, where sub-properties can be expressed as calculated properties at the level of an entity of interest. However, this workaround should really be just a temporary measure, which pollutes a domain model.

Expected outcome

Ability to use property actions in application to sub-properties.

01es avatar Feb 13 '24 05:02 01es