[
https://issues.apache.org/jira/browse/ISIS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood updated ISIS-829:
-----------------------------
Fix Version/s: (was: 1.11.0)
1.10.0
> 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)