Changeset 29552

Show
Ignore:
Timestamp:
01/22/08 21:00:07 (11 months ago)
Author:
dmihalache
Message:

fixed notification timing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.core/trunk/nuxeo-core/src/main/java/org/nuxeo/ecm/core/api/AbstractSession.java

    r29533 r29552  
    13361336            // docModel = writeModel(doc, docModel); 
    13371337 
     1338            docModel = writeModel(doc, docModel); 
     1339 
    13381340            notifyEvent(DocumentEventTypes.DOCUMENT_UPDATED, docModel, options, 
    13391341                    null, null, true); 
    1340             docModel = writeModel(doc, docModel); 
    13411342 
    13421343            // Send events for parents that their content got modified