Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Flagged
-
Platform Sprint 134
Description
I am using hippo 7.9 N/A
If I edit an existing asset (not creating a new one) and save it, how can I get that event?
Steps that I perform:
1. Got to asset
2. Click on ‘Edit’
3. Click on ‘choose file’
4. Select file and click
5. Click on ‘Save & Close’ I want this event
I need the commitEditableInstance, but when i edit a asset file the event is never fired. If I edit a documenttype the event is actually fired.
public void handleEvent(final HippoEvent event) //does not fire an event in asset
public void handleEvent(final HippoWorkflowEvent event) //does not fire an event in //asset
when i add, delete or rename a asset file the event is actually fired.
So the issue/bug is that the commitEditableInstance action is overlooked when updating an asset.