|
Revision 18861, 424 bytes
(checked in by atchertchian, 3 years ago)
|
NXP-244: Relations actions do not appear in the document's history
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.audit.relations.web"> |
|---|
| 4 |
|
|---|
| 5 |
<extension target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService" |
|---|
| 6 |
point="event"> |
|---|
| 7 |
<documentation>Log after relation events</documentation> |
|---|
| 8 |
<event name="afterRelationCreation" /> |
|---|
| 9 |
<event name="afterRelationModification" /> |
|---|
| 10 |
<event name="afterRelationRemoval" /> |
|---|
| 11 |
</extension> |
|---|
| 12 |
|
|---|
| 13 |
</component> |
|---|