Enhancement
A form component with embedded objects represents de-facto other objects besides its model object. One would like to execute buttons/commands that target such an object (instead of the model object of the whole form).
Improvement
It should be possible to configure commands on the form element "Embedded objects". Such a command/button should then be displayed at each form group for each object instance. During execution, the command should then receive the concrete embedded object as a target model.
Test
- Define classes A, B, B has a multiple reference to A's
- Define a view for B with a form and display the elements of this reference inline via "objects".
- At the "objects" configure the delete command.
- Display a B:
- Expectation: for each A displayed inline, the delete command is displayed and the corresponding element can be deleted.