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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Java API - updating and versioning changes document status

Using the default lifecycle and API java, when I make an update to a document in the state "approved", sometimes (seemingly in non-deterministic way), the status of the document changes to "project". Maybe there is a listener that handles these situa...

maumig_ by Confirmed Champ
  • 451 Views
  • 1 replies
  • 0 kudos

Can I show the signature in the last page of document .....?

Just now, digital signature is appended on the first page of the document. But I want to show it last page of the document. How can I do it....? in this http://doc.nuxeo.com/display/public/NXDOC/Digital+Signature says below mention changes only, Chan...

Using NuxeoJS to upload files to a new batch

I'm trying to use the NuxeoJS client to upload files to a new batch. I tried: var op = client.operation('Blob.Upload') op.params({ uploaded: 'true', batchId: 'myBatchId' }) up = op.uploader() up.uploadFile(myFile) up.execute() I get 500 errors using ...

eshiu_ by Champ in-the-making
  • 284 Views
  • 0 replies
  • 0 kudos

File Name Character Limit

It appears to me as though the file name as it relates to the path is being truncated to 25 characters. For example, we have a file named tst_onlinebank_noncard_faq.xml so its 30 characters, but when I view the object path it appears as: /default-dom...

rdifrango_ by Champ in-the-making
  • 865 Views
  • 7 replies
  • 1 kudos

Resolved! Nuxeo and Ubuntu 14.04

Have anyone succeeded in installing Nuxeo via apt-get under Ubuntu 14.04? Unfortunatley ffmpeg package was removed from Ubuntu 14.04 and thus following error happens: The following packages have unmet dependencies: nuxeo : Depends: ffmpeg-nuxeo but ...

Can i create document as published using Nuxeo Rest API ?

I am able to import a document using following http://doc.nuxeo.com/display/public/NXDOC/REST+API I want the document status to be published when i import this . Which field or attribute should i pass in the request ? i saw lifecycle-state. But it di...

zod_ by Champ on-the-rise
  • 197 Views
  • 0 replies
  • 0 kudos

User action custom EL expression syntax

Hi I created a new button in contextual Tools, I can only show the button in the following condition: User logged equals Responsible or User logged equals User Created Follow my sixtaxe in Custom EL expression #{currentDocument == currentDocument.get...

klebervz_ by Confirmed Champ
  • 372 Views
  • 2 replies
  • 0 kudos

error log in server and oracle data saving

Hello Team, We are using nuxeo Content Management 5.9.2. Our Nuxeo is configured with Oracle DB. Last week we had some issues and we set up the nuxeo server again and we established the link with the oracle db again but we are getting error log messa...

Sultan_ by Champ in-the-making
  • 206 Views
  • 0 replies
  • 0 kudos

Server file sharing system to Nuxeo Drive

Hi, our profit production facility is planning to deploy a Nuxeo DAM and integrate it with a cloud storage for clients. I was wondering if there's a way to integrate the current file system with the Nuxeo Drive automatically so we don't have to uploa...

crusher_ by Champ in-the-making
  • 237 Views
  • 0 replies
  • 0 kudos

Resolved! Store Content as Markdown

Hi there, I liked the article about storing Notes as Markdown. Is it possible to incorporate this type into other data fields? I can't see an option to use the Markdown Widget in studio? It is also not an option in the Generic Widget. I am running t...

Lynn_ by Champ on-the-rise
  • 511 Views
  • 2 replies
  • 1 kudos

Problem add custom metadata

I followed the guide to add custom metadata ( http://doc.nuxeo.com/display/DAMDOC55/Metadata+Customization) but I can not get it to work ... I created the xsd file my_metadata-metadata.xsd in nuxeo-common-5.7.2\OSGI-INF: <xs:schema targetNamespace="...

Integrate Digital Signature with Workflows

Is it possible to integrate digital signature for work flows? How do I configure that, the work flow participant should Sign the Document before approving it. Please help me in this. Thanks in advance.