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

Building and applying hotfixes

Hello, I got a question regarding hotfixes. I took a look at the git repository, and as far as I can see every hotfix branch always includes every previous hotfixes is that correct? So if we apply these hotfixes without mp-hotfix but by building the ...

Tom_Hetto by Champ on-the-rise
  • 566 Views
  • 1 replies
  • 1 kudos

Problème de synchronisation Nuxeo Drive

Bonjour, Nous utilisons la version 8.10 de Nuxeo et Nuxeo Drive 4.5.0. Nous éprouvons quelques difficultés de synchronisation avec le drive depuis peu de temps. En effet, certains dossiers ne remontent pas dans Nuxeo et d'autres sont dupliqués avec u...

What are the possible format when making a preview ?

I want to make a preview of a document. I found this documentation : https://doc.nuxeo.com/nxdoc/preview/ There is an example mentionned in the site : http://localhost:8080/nuxeo/site/api/v1/repo/default/id/23d871d2-052a-4f58-8f90-4b07c5a074ea/@blob/...

Batch id creation API is taking too much time

BatchId creation API is taking too much time to response. While monitoring the APIs using NewRelic I found out that com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker/dispatch is taking more tha...

Logout to Login page in one step

Hi! I've successfully added an Anonymous user, but since then when a non-anonymous user logs out, it's not redirected to the default login screen, but remains in the web-ui Dashboard as Anonymous user. Sign-out again as Anonymous user exits to login ...

using template rendering addon without JSF

Hello, I have a question regarding the template rendering addon it is motioned in the document that it depends on the JSF which is deprecated and to configure a template I need to install the nuxeo-jsf-ui addon. The template document is configured i...

Looking for a way to look up all external permission share

Is there a way to look up all external shares? I've tried NXQL in the admin tab but I get mixed results. The documentation I read seemed to indicate that ACLs are a special NXQL property and that most fields are not searchable. This is about as close...

Empty task of a workflow

I have a workflow with multiple tasks. When I try to complete my task and got 502 Bad gateway exception while completing, the task becomes empty, i see the graph of my workflow from nuxeo ui and shows me empty task and Automation chain execution whil...

Query WorkManagerStatus

How can i get WorkManagerStatus info ? Is there a way to query this info, i want to fetch Queue pictureViewsGeneration info

How to Download A File using JavaScript Client

Is there a complete example of how to download a file using the JavaScript Nuxeo Client? I have tried coding this and need some help. Attached is a function from a React application which uses Electron. The code to display the file using PDF works O...

Override default vocabulary in administrator tab

Hello, I'm using Nuxeo10.10 as a docker image and I'm trying to override the vocabulary on the administrator page, I would like to **change **some vocabulary name and **delete **other; I found this extension here and I override this: <directory ...

Disable thumbnail generation for Office mime-types

How do you go about disabling thumbnail generation for certain mime-types? We would like to disable the thumbnail generation for Office docs to reduce unnecessary conversions (and load), since honestly a small thumbnail image isn't very useful for a ...

Java NuxeoClient resource

I've written a few short example apps tailored to my needs using Java client 3.6. Now it's time to integrate all of this in the real application. If I want to deliver Nuxeo security, I have to access Nuxeo as the logged in user. So my best guess so f...

__2 by Champ in-the-making
  • 830 Views
  • 1 replies
  • 0 kudos

Access versioning information through Java API

Hi! I'm coding an application that stores documents in Nuxeo using Java API. I figured out how to create additional versions of a document through doc.setPropertyValue("file:content", batchUpload.getBatchBlob()); doc = repository.updateDocument(doc);...

__2 by Champ in-the-making
  • 1233 Views
  • 2 replies
  • 0 kudos