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()