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...

Resolved! New plugin project and maven dependencies

I'm trying to create a plugin project, and I'm having trouble understanding how maven dependencies are supposed to work. My IDE is Eclipse Kepler with the Nuxeo IDE modules installed. I have Maven 3.2.1 installed and Eclipse is set to use that. I'm u...

Kenster_ by Champ in-the-making
  • 448 Views
  • 1 replies
  • 1 kudos

Completely uninstall nuxeo on Ubuntu 12.04

I have installed and later uninstalled nuxeo with apt-get but nuxeo is still there. E.g. the contents of /var/lib/nuxeo are about 350 megabytes. What would be the proper way to completely uninstall nuxeo on an Ubuntu 12.04 installation?

twigmac_ by Champ in-the-making
  • 250 Views
  • 0 replies
  • 0 kudos

Add document fields by end users

Hello, For one of our customers, we are considering Nuxeo as a platform. So far, we quite like it and hopefully this will transform into a true love :+) However, the customer has a specific requirement: it must give his users the possibility to add n...

How to add createSearchChoice to select2 widget

Hello, How to inline createSearchChoice function to select2 widget, for instance this one: createSearchChoice:function(term, data) { if ($(data).filter(function() { return this.text.localeCompare(term)===0; }).length===0) {return {id:term, text:term}...

adam_bo_ by Star Contributor
  • 251 Views
  • 0 replies
  • 0 kudos

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
  • 561 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
  • 356 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
  • 1117 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
  • 244 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
  • 485 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
  • 254 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
  • 275 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
  • 612 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="...