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

Rest API with Ajax

Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?

u_sunnamu by Champ in-the-making
  • 381 Views
  • 1 replies
  • 0 kudos

Error trying to export contributions to Nuxeo Studio

Hi, I've been following tutorial https://doc.nuxeo.com/nxdoc/develop-with-nuxeo-platform/ But when I try to export the contributions I keep getting this error. What does it mean and how can I fix it? Thanks - Working... It can take some time, please...

a_c by Confirmed Champ
  • 387 Views
  • 1 replies
  • 1 kudos

Bug lorsque suppression corbeille

Bonjour, Lorsque nous souhaitons supprimer définitivement les éléments de la corbeille, il y a un bug et nous supprimons l'accès à tous les documents, plus aucun ne devient visible. Nous ne pouvons donc pas supprimer les éléments de la corbeille, ce ...

Trying to make SAML2.0 SSO work with Azure AD

Hello. Ok so here is the configuration from my very test environment: Dockerfile: FROM nuxeo:10.10 COPY nuxeo.conf /etc/nuxeo COPY saml-authentication-config.xml ms.xml authchain.xml /opt/nuxeo/server/nxserver/config/ COPY log4j2.xml /opt/nuxeo/serv...

Document type extends from OrderedFolder

Hi, I've created a new Document type that extends from OrderedFolder. Whent I change the order of children from the view layout using nuxeo-document-move-up-button/nuxeo-document-move-down-button and I refresh, the new order will not be kept. What sh...

Work Flow Variable

Dears i am calling work flow from my app as api so how can i pass variable for Context["var"] or WorkflowVariables["rec"] for more details see my example below http://localhost:8080/nuxeo/api/v1/id/de229144-4c2a-48c8-ab8c-7d5581c41f54/@workflow -r...

Resolved! Slot redefinition

Hello, I redefined a slot which already exists in Nuxeo web ui (like for example the tab view) while putting priority = 1 in the "nuxeo-slot-content". I manage to see my modifications by opening a web session ui but if I open a new ognlet (with the r...

Populate Multiple fields with document suggestion results

I'm trying to use the document suggestion results to populate multiple UI fields after selection. The only value accessible post-selection is the document id. Is there a way to return a document object after selection, or is there an API call that ca...

Error configuring multi-level classpath in Nuxeo

Hi, I am trying to configure the classpath /internal/nuxeo according to the documentation: Modified nuxeo.conf with org.nuxeo.ecm.contextPath=/internal/nuxeoRename ./templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl to ./templates/common-...

Resolved! Directory suggestion widget in user edit layout won't show label

Hello community, I overrode the default user schema to add new columns, one of them is a custom vocabulary. It saves and edits no problem, however, whenever one opens the edit dialog,** the label for the selected vocabulary is missing, only showing t...

The selected item is missing the label
a_c by Confirmed Champ
  • 963 Views
  • 1 replies
  • 0 kudos

Resolved! WEB UI: How to sort items in the table view by Title

Hi! In the drawer the browser elements are sorted by Title by default. However, in the main container, using table view there is no sorting options (as in the grid view) and it seems that they appear by the date modified in reverse order (from newest...

type an image title

Inline edit Nuxeo Datatable

Hello All, I'm working on a data entry form for Accounts Payables processing. We have a need to allow inline editing into a Nuxeo datatable element in order to speed up our line item data entry process. We can enable inline editing into the cells, ho...

JDK 11 and nuxeo lts2019

Hi, I use Nuxeo 10.10. In the documentation you recommand to install a JDK8 (https://doc.nuxeo.com/nxdoc/installing-and-setting-up-related-software/#installing-on-linux) Is it possible to use jdk-11 version with nuxeo lts2019? Thank you.

Nuxeo_Dev by Confirmed Champ
  • 655 Views
  • 2 replies
  • 0 kudos

creating or edit new schema without using nuxeo studio

Hi , I don"t want to use the nuxeo studio to configure the schema , to create new document type , to create new permission , to create new role and manage multi tenant concept above all i want to do using java client sdk. please help me in this Regar...

not able to fetch the members of the group

Hi Nuxeo i was trying to get the member of the group but it is not working it is returning null in all cases code is Group group = new Group(); group.setGroupName(groupRequest.GroupName); group.setGroupLabel(groupRequest.GroupLable); group.setMember...

Errors while customizing Nuxeo-Browser-Extension

Hello, I am working with the nuxeo-browser-extension and I want to customize the design according to my project. I have done the following, as explained in the github repository: $ git clone git@github.com:nuxeo/nuxeo-browser-extension.git $ cd nuxeo...

Rodri_ by Star Contributor
  • 389 Views
  • 0 replies
  • 0 kudos

Resolved! HiddenInNavigation in nxql result

Hello, Is there a way to not list the documents with the facet "HiddenInNavigation" in the result of nxql. Scenario: 1- Add the "HiddenInNavigation" facet dynamically (via a operation which calls the 'document.addfacet' method). 2- search via the sea...