Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.16.2
-
None
-
None
Description
See also ISIS-1509
@Property(createRepository=Supplier.Repository.class, createAction="create")
@Getter @Setter Party supplier;
and
public IncomingInvoice edit( @Parameter(createRepository=Supplier.Repository.class, createAction="create") Party supplier, ... ) { ... }
to invoke a nominated action "in-situ".
This could be bound to a keystroke, eg "F3"
Attachments
Issue Links
- Is contained by
-
CAUSEWAY-1509 [Wish] Extending Action Dialogs: new kind of Support Action to contribute to Action Parameters
- Open
temp reopen so can copy desc...