Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1993

[Duplicate] Allow factory actions to be associated with both properties and parameters

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.16.2
    • None
    • Viewer Wicket
    • 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

          Activity

            People

              Unassigned Unassigned
              danhaywood Daniel Keir Haywood
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: