Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Need to hide tags that belong to document in another domain

On Nuxeo 5.8 I have multiple domains. Each domain is managed by different users. Domain and document access rights are working fine but any user from any domain can see all the tags in the browse by tags window even the one attached to documents in a...

admingeff_ by Champ in-the-making
  • 121 Views
  • 1 replies
  • 0 kudos

Archived versions of Published Document

The section document by default only contains the most up to date version of the document that is published. Is there a way to have an "Archived Versions" tab, like in the "history" tab, that only contains the versions of the document that have been ...

Restricting Document Access to some users

I have created a schema for when a document is created. It pretty much labels the document as "yes" or "no". I want to make it so that if the document has "no" for the schema, then anyone can click the download link and see the file. If the Schema is...

Resolved! Inability to install add-ons

From the Admin Center > Update Center > Packages from Nuxeo Marketplace > show only packages compatible with my distribution When I click download I am temporarily re-directed to a page where I can see the download happening and a brief message that ...

cuyo_ by Confirmed Champ
  • 550 Views
  • 5 replies
  • 0 kudos

Using nuxeo js client in angularjs app

Where can I find an example of using nuxeo js client in an angularjs app with login/logout ? (For example in this type of app : http://www.kdelemme.com/2014/03/09/authentication-with-angularjs-and-a-node-js-rest-api/)

Keep tags when exporting documents

I need to export documents from Nuxeo 5.6 to another instance running 5.8. Using Zip XML Tree export works but all the tags on the documents are lost. That was a lot of work. Can I export document trees with tags ? Thanks

admingeff_ by Champ in-the-making
  • 104 Views
  • 0 replies
  • 0 kudos

Archived Version label EL expression

How is an EL expression used to call an archived version of a document? Using #{document.uid.major_version} calls the current document's major version, but how do I call schema of previously archived documents. Like pulling an older version label or ...