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 2014/06/30 23:51:24 UTC

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

Dan Haywood created ISIS-829:
--------------------------------

             Summary: 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: core-1.6.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.2#6252)