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 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
  • 748 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
  • 445 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
  • 380 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
  • 279 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
  • 769 Views
  • 3 replies
  • 0 kudos

Email notifications are sent twice. How can I investigate ?

Hi, On our nuxeo 5.6 platform some emails are sent twice : [Nuxeo]New subscription, [Nuxeo]New comment on 'MyDocument'... However, after some actions, a modification action for example, email notification is sent only once [Nuxeo]MyDocument has been ...

apx25_ by Champ on-the-rise
  • 489 Views
  • 2 replies
  • 0 kudos

Resolved! Disable a content view result layout

I understand that filters are used on actions. However, I want to control who sees a result layout option on a content view. Is this possible? How can I achieve this?