Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.0-M7
-
None
-
None
Description
currently prevents audit trail from being used.
Issue is that the EntityPublishingChangeFacet is found to not exist for java.lang.Object, so we then use the default configuration, usually enabled.
The new design always installs the EntityPublishingChangeFacet, but has a flag to indicate if enabled or not.