version
I want to allow version on my custom document types after modifying fields. I've added the following contribution but there's no change i'm still facing the same problem. I've attached my current edit tab and my contribution.
0 votes
2 answers
0 comments
2031 views
Hello, I created a custom document which inherits from workspace. This workspace is “document is versionable”. I would like to save modifications of it's metadata as version with incrementing the version when modifiying a workspace. When I test on ...
0 votes
1 answers
1 comments
1776 views
Hi I'm testing 5.7.3, i have a strange behaviour / bug related to documents created in social collaboration workspace : there seems to be a constant automatic versionning of file documents. Looking at the history tab, a modification and a minor ...
0 votes
0 answers
0 comments
1522 views
Hello, I just tested some interessant thing for me: I got a document that is completed by a workflow. This document got version archived during workflow process. If I came back on an old version, I was supposing that the workflow-Doc was saved too ...
0 votes
1 answers
0 comments
1985 views
Suppose that I have published document 'abcd' with version 1.0. Then later, I modify the document and publish it with 1.5. I want to get a hold of the previously published version of a document using NXQL. Is there a way to do that? Something like ...
0 votes
1 answers
4 comments
3675 views
What needs to be done in order to avoid the following error from a operation event handler? org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentVersion$VersionNotModifiableException: Cannot set property on a version: My code works correctly when ...
0 votes
1 answers
0 comments
2046 views
Hello everyone, For some reason, drag and drop upgrading of a file version works fine in DM, (PDF, zip files etc..) but I get a double copy of files with png extentions: Say I import “myfile.png” in “myfolder”, which then contains “myfile.png”, if I ...
0 votes
3 answers
0 comments
2037 views
All is in the title. Through the UI, the nxql query "select * from Document where ecm:uuid = XXX" retrieves the document version, but i can t delete or access it ( "Failed to get head document for" ). What nxql query would fit my needs ?
0 votes
1 answers
0 comments
2939 views
I am using nuxeo automation client API to retrieve the list of documents. Document.Query always return the latest version of the document. How can I retrieve all or specific version of a particular document?
0 votes
1 answers
0 comments
2897 views
We are using LiveEdit, and have activated the configuration that makes each save create a new minor version. To achieve this, we need to allow all users to “manage version”. But as a side effect, all users can now retrieve or destroy previous ...
1 votes
0 answers
0 comments
1585 views
Hi, Is there an automation service allowing to restore a previous version of a document ? By restore , i mean set an older version as the current document. If not , and i want to add an operation , could someone point me on what Nuxeo classes i will ...
0 votes
3 answers
2 comments
3458 views