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

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
  • 540 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
  • 519 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
  • 855 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
  • 525 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
  • 443 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
  • 330 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...

Strange behaviour of revert action

After a lot of modifications in studio, I realized that the versioning was no more possible for a type of document in my 5.6 Nuxeo. When I try something I always save the .jar in a special folder. Just in case. I decided to try old .jar to understand...

jour_ by Champ in-the-making
  • 879 Views
  • 3 replies
  • 0 kudos