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

updating() callback not firing on edit

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • core-1.5.0
    • 1.10.0
    • Core
    • None

    Description

      Domain object lifecycle method updating is not working in the below scenario:

      1. From the Menu service, list all domain objects

      2. Pick one to navigate into its detail page

      3. By default we can see Edit button.

      4. Click on Edit button to edit some properties. Modify some properties and click on Ok. And updating method defined in domain object is not invoked

      Method is defined as below inside a domain object which is being selected from the list to update through Edit default button:
      public void updating()

      { this.setChangeBy(this.container.getUser().getName()); this.setChangeDt(new Date()); }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: