-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Core MongoDB
There are some missing indirection between Versioning API on the DBSSession and the DBSDocument.
As a result, in 6.0, when accessing the version tab :
Caused by: java.lang.UnsupportedOperationException at org.nuxeo.ecm.core.storage.dbs.DBSDocument.getVersions(DBSDocument.java:405) at org.nuxeo.ecm.core.api.AbstractSession.getVersionsForDocument(AbstractSession.java:1856) at org.nuxeo.ecm.webapp.versioning.DocumentVersioningBean.getItemVersioningHistory(DocumentVersioningBean.java:106)
- is duplicated by
-
NXP-16809 Error when navigating to 'History > Archived versions' tab with mongodb
- Resolved