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! localization bug?

Hi There, I'm trying to append a few labels to the dutch translation. However this does not work. This is my messages_nl.properties which I need to append: # lines for chat label.context.menu.chat.with=Chat label.context.menu.call.with=Bel This is ...

Bauke_Roo by Star Contributor
  • 685 Views
  • 2 replies
  • 0 kudos

How to create workflow without nuxeo studio

As a developer i want to create workflow in nuxeo . can i create workflow without using nuxeo stdio ? Is there any way so i can write the code to create workflow or can intgrate other workflow engine

Nuxeo_Dev1 by Champ in-the-making
  • 496 Views
  • 1 replies
  • 1 kudos

Studio label and Label cannot be same - is it a bug?

I am able to change the label using studio which will be shown in Platform . I am not able to change the studio label . it show as saved but not actually saving. I am in Layout Widget Editor and i use "Text" When i change studio label of "Title" to ...

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

How to add custom validatior method

I am following this document to create a custom validation http://doc.nuxeo.com/display/Studio/Add+Field+Validation But i dont understand where and how to create a seam component ? I was able to create stand alone seam component myValidator bean , ...

zod_ by Champ on-the-rise
  • 796 Views
  • 2 replies
  • 1 kudos

API from CURL vs from Python

Bonjour J'ai pu créer un nouvel utilisateur en utilisant CURL: set header="Content-Type: application/json" set auth="Administrator:Administrator" set u="xxx" set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"user\", \"i...

Arnault_ by Confirmed Champ
  • 478 Views
  • 1 replies
  • 1 kudos

Faceted search (Widgets and Layout)

Hello, I slowly migrates Nuxeo 5.6 to 5.8 and i have a problem with the layout "faceted_search". Before, I used the widget "faceted_search_directory_tree" in Nuxeo 5.6 which is deprecated for the widget "select_l10n_vocabulary_tree" in Nuxeo 5.8. I n...

Deleting Nuxeo Document Permanently Programatically

I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && aSession.canRemoveDocument(m...

Create a user using the API REST

Bonjour J'ai essayé de créer un "user" en utilisant l'API REST Voici mes paramètres: set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"NuxeoPrincipal\", \"id\":\"toto\" }" curl -X POST -H %header% -u %auth% -d %data% %u...

Arnault_ by Confirmed Champ
  • 414 Views
  • 1 replies
  • 0 kudos

Problem with the bulk document importer

Bonjour J'ai installé nuxeo-platform-importer-1.3.0 avec succès. J'ai testé avec succès en utilisant le randomImporter curl -v --basic -u "Administrator:Administrator" "http://localhost:8081/nuxeo/site/randomImporter/run?targetPath=/&batchSize=1&nbNo...

Arnault_ by Confirmed Champ
  • 295 Views
  • 0 replies
  • 0 kudos

Resolved! NXP-9819 Fix publication when quota addon is installed

I still have the error NXP-9819 Fix publication when trying to publish more than 2 documents from the selection basket. The fix was about the doPublish method but the publishDocumentList method does not use it. I'm running Nuxeo 5.8 and quota 1.2.0 B...