major
nice-to-have
defect
major
enhancement
Commands are often recorded "by label." However, there are times when the label alone is not sufficient to uniquely identify the command—for example, a "Delete..." command for each tile.
In this case, it should be possible to annotate the CommandModel with an additional domain object to better identify the command.
Implementation
An object that provides a stable name can be annotated to the CommandModel using the property `com.top_logic.layout.scripting.recorder.ref.ui.button.LabeledButtonNaming.BUSINESS_OBJECT `.
Test
No test.