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

using JWTAuthInterceptor in Nuxeo Java Client

Hello, I finally succeeded to use Keycloak as a identity provider for my Nuxeo using the openid package. I can now connect using JWT Token generated by Keycloak and get all my user infos even groups ! Now I am trying to use Nuxeo Java Client to do th...

Resolved! use nuxeo cli with Nuxeo 2021

Hello, Nuxeo CLI has not been updated when Nuxeo 2021 is released. I uninstalled Nuxeo CLI and install again using the commande npm install -g nuxeo-cli but when i type nuxeo -v I still get version 2.0.0. When I generate a sample project with nuxeo b...

nuxeo java client 3.12.0

Hello, I see that a new version of nuxeo java client is released : 3.12.0. But I can't find it in the repository nuxeo. Do you have an idea when it will be available ? Regards.

Create Document Action to Download JSON File of Document

Has anyone created a document action in WebUI to download the JSON file of the document being viewed (or selected)? The Nuxeo Plugin for Chrome has a feature similar to this (it isn't downloaded, just thrown in a tab), but it would be very useful to ...

NullPointerException when running orphanVersionsCleanup

Hi everyone, since five days ago one of our Nuxeo instances reports an NPE when running the scheduled orphanVersionsCleanup. I know orphanVersionsCleanup has been disabled in HF04 (we are running an old version for testing purposes) and the issue wil...

Alternate form type element for multi-valued fields?

Has anyone created an alternate element type to handle input of multi-valued fields? For simple arrays, we find that the editable nuxeo-data-table element takes up too much screen space and the UX isn't very smooth. I'm looking into creating a new el...

Error start Nuxeo 2021

Hello, I am getting this error when I start Nuxeo 2021 using nuxeoctl start 2021-02-09T18:19:09,676 ERROR [NuxeoLauncherGUITask-7] [org.nuxeo.launcher.gui.NuxeoLauncherGUI] Could not initialize the packaging subsystem org.nuxeo.launcher.NuxeoLauncher...

Wrong display of Notes in text/plain

I have documents of type note in the format text (more precise: <note:mime_type>text/plain</note:mime_type>). Nevertheless when the document is shown in WEBUI it is assumed to be rendered as mark down. See screen shots (first shows the rendered docum...

Nuxeo Email Notifications not working

Hi, We have followed https://doc.nuxeo.com/nxdoc/set-up-email-notification/ to enable Email Notification for Nuxeo events through below configuration inside nuxeo.conf. We are using Amazon Simple Email Service (SES) as SMTP service. nuxeo.notificatio...

Vinit_Shah by Champ in-the-making
  • 441 Views
  • 0 replies
  • 0 kudos

Customizing Chart-Pie

Hello, I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ? Thank you, SG

Disable tags for anonymous user

Hi, I need to disable adding tags for anonymous users (See print screen). Any ideas would be highly appreciated, thanks in advance!

Nuxeo_Dev by Confirmed Champ
  • 592 Views
  • 1 replies
  • 1 kudos

Multi repository indices refreshing

I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get r...

Failed to prepare user read acl cache

After migrate to Nuxeo Platform 10.10, we get the following exception. Seems like the database function is not adapted to the code. Using PostgreSQL. Anyone know what I am missing? Thanks Failed to prepare user read acl cache PSQLException: ERROR: ...

custom operation java

Hello, I created a custom Operation to execute some code after folder creation. Is there a way to get the creation "source" from DocumentModel input ? If it's web ui or java client ? Regards.

Is permission configuration for directories ignored?

Hi, I want to allow a group of users that are not administrators or power users to edit entries of certain directories/vocabularies. So, documentation says that it is possible to define Read/Write permissions to users/groups in the directory definiti...

event handler create new Domain

Hello, I created a event handler to be executed after document creation. It works for type Domain, WorkspaceRoot and Workspace. It executes a custom chain with 2 operations : Context.FetchDocument then Database.InsertData (my custom operation). When ...