You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/10/24 10:54:27 UTC

[jira] [Resolved] (ISIS-829) updating() callback not firing on edit

     [ https://issues.apache.org/jira/browse/ISIS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood resolved ISIS-829.
------------------------------
    Resolution: Fixed

This now seems to be working.  The ticket was originally raised over a year ago, so I guess somewhere along the line this was fixed...

> updating() callback not firing on edit
> --------------------------------------
>
>                 Key: ISIS-829
>                 URL: https://issues.apache.org/jira/browse/ISIS-829
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: core-1.5.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>             Fix For: 1.10.0
>
>
> 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());
>     }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)