-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.6
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core
-
Tags:
For example, let's say we have a listener reacting on the documentCreated core event. If ever for some reason this listener makes a call to CoreSession#saveDocument(doc), then the same event will be raised and the listener called again => unless the listener handles this case, we will run into an infinite loop.