-
Notifications
You must be signed in to change notification settings - Fork 41
Disabling the auditable aspect should be configurable #38
Comments
Yes, but in doing so you would lose the ability to control the created and modified dates. |
That's fine. I'm trying to rebuild the amp but am having issues. |
The issue I'm having is that I believe that is affecting my code running on the onCreateNode event. |
I'm having a bear of a time getting this AMP created. I keep getting: Which is annoying considering I'm not running JDK 8.0. Any chance I could get an amp with line 159 commented out in amp/src/main/java/org/alfresco/extension/bulkimport/impl/BatchImporterImpl.java That would be great. [email protected] would be fine |
That's possible if your behaviour is bound to the cm:auditable aspect (or a sub-aspect). Are you able to bind to something else? The version error you're seeing at build time is a bug in the Alfresco SDK: Alfresco/alfresco-sdk#301 |
We need to be able to take advantage of the Auditable Aspect behaviours on import. Could this be configurable from the form?
The text was updated successfully, but these errors were encountered: