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

Filtering nuxeo-slot-content

I would like to hide the most of the slot items for the anonymous user. For the actions we can use the <filter-id> tag and predefined filters like in this example: <action id="newDocument" link="select_document_type" enabled="true"    label="action.n...

Resolved! How can I list the folders synchronized with Nuxeo Drive?

We would like to know the folders / workspaces marked as Nuxeo Drive synchronization roots by our users. This would allow us to raise awareness among our users who synchronize big volumes of documents by setting synchronization roots "too high" in th...

Web UI won&apos;t load overriden elements in chrome

Hello everyone, I have come to notice that the web UI won't load the overriden elements in chrome if the network speed is slow. I tried changing the network speed from the dev tools to Fast 3G or slower. The interface will load only the default eleme...

a_c by Confirmed Champ
  • 1245 Views
  • 3 replies
  • 0 kudos

Resolved! nuxeo-document-suggestion

Hello, I got an error when I set the "id-property" attribute of "nuxeo-document-suggestion" to "ecm:path" knowing that it works with "ecm:uuid" or "dc:title". Erreur: nuxeo-app.html:70744 Uncaught (in promise) Error: invalid item Do you know how it w...

org.quartz.JobPersistenceException while stopping nuxeo

Hello Team I have migrate Nuxeo from FT 9.1 to LTS 2017. All functionality is working fine but while stopping nuxeo we are getting below error in server.log file. +++++++++++++++++ 2019-12-31 17:44:04,997 ERROR [Quartz_Scheduler] [org.quartz.core.Err...

How to query your custom table

fileTags id fileTags java:/nxsqldirectory directories/nature.csv fileTagsDirectory-cache always fileTagsDirectory-cache-without-ref I have created the a...

Overriding Nuxeo WebUI elements

Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override th...

type an image title

How to Assign a Task to the User Manager?

Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's man...

Resolved! Update Document

Hello, I developed an operation that takes as parameter a documentModel (it is a param and not the input). I noticed that Nuxeo adds the prefix "default:" in documentModel type metadata. As an example: suppose I have a document with dc: description =...

Query to retrieve &apos;top level&apos; workspaces

Hello community, In the project I'm working on we have a workspace structure where different workspaces are nested, each workspace associated with user groups and read permissions, i.e: Workspaceroot Workspace 1 Workspace 1a Workspace 1b Workspace 2 ...

a_c by Confirmed Champ
  • 1371 Views
  • 4 replies
  • 0 kudos

Resolved! Adding colums to the default user schema

Hello community, I'm trying to add more fields to the user creation form. I've been following the tutorial at https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/ Where it shows how to override the default user sche...

a_c by Confirmed Champ
  • 901 Views
  • 2 replies
  • 1 kudos

Use @convert adapter in java client

How can I add adapters in my request to Nuxeo servers using Nuxeo java client (v3.2.0) I want to fetch the blob converted as pdf. From the REST-API I can make calls like: GET http://localhost:8080/nuxeo/api/v1/path/{docPath}/@blob/file:content/@conve...