versioning
Hello, In Nuxeo 5.6, I had successfully enabled auto versioning with the following parameter in nuxeo.conf : org.nuxeo.ecm.platform.liveedit.autoversioning=minor Then I upgraded Nuxeo to 6.0-HF05 and the auto versioning is still OK. But now, i had ...
0 votes
1 answers
6 comments
3228 views
I need an implementation that can restore the previous version of the file document and also download the main file of it. Anyone can help?
0 votes
0 answers
0 comments
1940 views
I work with nuxeo bulk importer and I have a big problem: when i import the same file x times in my Nuxeo default workspace is uploaded the same number of files with the same name and properties. But i want only one file with different versions. ¿It ...
0 votes
0 answers
0 comments
1573 views
Hi, According to nuxeo documentation (Nuxeo platform 5.9.2), When you publish a document, the following elements are kept from the workspace document: The metadata, All attachments, The document history (Event log tab only), The tags (if this is a ...
0 votes
0 answers
0 comments
1939 views
I am new to cms systems and to CMIS. I used the nuxeo-bulk-importer to load my content and then tried to query by path. For example in the console the content was /default-domain/workspaces/upf3/EPF/myContent. When using this path the content could ...
0 votes
1 answers
0 comments
2242 views
Using Nuxeo Studio versioning, if I release a version, then makes some changes (current development), tag it for future reference, then I see some problem on the production version, revert to the release tag fix the issue and release it again. I can ...
0 votes
1 answers
3 comments
1689 views
Hi, I want to use a listener to delete automaticaly old archived version (autoversionning is activated) which do not have a comment when a user increment the version. Unfortunately, the method getDescription() of VersionModel always returns a null ...
0 votes
0 answers
1 comments
1448 views
Hello, I want override some functions like doPostCreate, or setInitialVersion. i use more documentmodels and lifecycleState customized. Must i use : public class Versioning extends StandardVersioningService{} or an other class ? <service ...
0 votes
1 answers
0 comments
1313 views
Hi, I am using a 5.6 instance of Nuxeo. I have seen that versioning of document is not automatic, By default it is skip. Each time i need to manually select either Major or Minor option. How we can make version control to increment to Major version ...
0 votes
2 answers
2 comments
4929 views