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 set property list in automation chain?

Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> </xs:li...

Automation chain to log audit event to two documents

I'm working on an automation chain that is called by an action button. The button makes a copy of the context document and assigns some new properties to the copy. I want the automation chain to log an event (Audit.LogEvent) to the context document,...

Terry_A by Champ on-the-rise
  • 732 Views
  • 1 replies
  • 0 kudos

NXQL and ACLs

I want to find all folders where special ACLs (Access Control Lists) are used. As a simple example, where a Read access is granted. Whenever I add such a condition (line 1 in my example below), nothing is found. Without the condition, the expected re...

retrieve label instead of id from a vocabulary

I have defined an vocabulary with the following schema: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxsv="http://www.nuxeo.org/ecm/schemas/core/validation/" xmlns:ref="http://www.nuxeo.org/ecm/schema...

Max number of results in a query

Whenever I do a query with NXQL I got the expected total size of the result set. If I try to retrieve the results, only the first 1000 are accessible. This behaviour is independent from the client I use (e.g. Python, Java). I have done some research ...

LDAP with OneTimePasswords

I authenticate the Nuxeo users against an LDAP server (https://www.freeipa.org) which is essentially the Red Hat 389-directory server. The configuration of Nuxeo is done as described in https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/ whereas I us...

Mongodb getting full

Hi Team. In the nuxeo deployment the nuxeo.templates=mongodb was used and it was noticed that the mongodb database almost getting full. How should i handle the situation

Redirect Problem

I have a problem with different redirection in the local environment and on the server. After approval of a lifecycle node locally nuxeo just removes the task and redirects to a blank page with a small list of tasks that are still left, but on my tes...

nuxeo 9.10 Invalid cookie header

Hello, I can't install new packages on my nuxeo instance from the marketplace or from the command line. I'm running nuxeo 9.10 withouth any hotfix installed. everytime I execute a command line such as ./nuxeoctl mp-install fix-cve-2021-44228-1.0.0 I ...

Multi folders with Nuxeo-drive

Hi. With nuxeo-drive: I did not find how to synchronize folders of the same tree, independently of each other. Has anyone already done? Would it even be a track? Thank you. French : Bonjour. Avec nuxeo-drive : Je n'ai pas trouvé comment faire pour sy...

HTTPS reverse proxy with NGINX

Does anyone have an example of a working configuration with nginx reverse proxy? What is wrong with the configuration below? server { listen 80; server_name nuxeo.myserver.com; return 301 https://$host$request_uri; } serve...

Permissions Assigned to External Users not work

After sharing a document with an external user without login, the email is sent correctly to the recipient, however, when clicking on the email link, you are always redirected to the login screen. It is not possible to view the document without loggi...

Certificate of maven repositroy is expired

I could not download repositories from https://maven-eu.nuxeo.org/ anymore (today, Feb 07, 2022). The SSL Certificate is expired 5 days ago (Wed, 02 Feb 2022 23:59:59 GMT). As a workaround, I had to switch from https to http. If you are using a recen...

nuxeo-data-table don&apos;t delete last item of list, why?

Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the serv...

How to disable JSF UI for User Group

We have an external application handling all the day-to-day interaction for users to the nuxeo repository. In order to avoid any mis-handling of files or structures we need to keep the End-Users out of the JSF UI. How would i go about this. I have a ...

Joe_Rady by Champ in-the-making
  • 653 Views
  • 1 replies
  • 1 kudos