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

Nuxeo Drive : "pause" mode (synchro disabled) by default

I wish to use Nuxeo Drive for online editing purpose only. One way is to use ndrive in pause mode by suspending synchro. /> But I can't see "pause" command option when lauching ndrive .... Is this the right way ? NB : I could see in manager.py that ...

Using page providers in Web UI

Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then I...

PP Definition View Layout Configuration

How to Customize Nuxeo Pages and StartUp redirection ?

Hello All, I want to cutomize the nuxeo pages which I have listed below for startup redirection I have attached two files below. I am putting and customizing **1_view_home.xhtml ** which I have created as a sample. /> I am changing and replacing the ...

Avi_Jain by Champ in-the-making
  • 583 Views
  • 0 replies
  • 0 kudos

How to set permanent permission with Java API?

I am trying to assign a permanent permission to a group but in nuxeo permission is not working and it is not assigning to any user. My Code is: String url = "http://localhost:8080/nuxeo"; NuxeoClient nuxeoClient = new NuxeoClient(url, "Administrator"...

Avi_Jain by Champ in-the-making
  • 1338 Views
  • 6 replies
  • 0 kudos

Disabling "Create Content" button in WebUI

Hello, So far I know rather a lot about using Nuxeo Studio with JSF UI, but the latest project that I am working on is targeted to use exclusively WebUI, which I don't know well yet. So, the question is pretty much dumb: how do I deactivate "Create C...

ERROR: facelet not found at <custom.xhtml>

Hello, We encounter an error on Nuxeo 8.10 while using a custom plugin. We've been using Nuxeo 5.6 for a few years with a custom personalization plugin. This plugin offers many features, and since our upgrade from 5.6 to 8.10 one of them doesn't work...

Publication en masse / Mass publications

Bonjour à tous, A votre connaissance, existe t'il une possibilité de publier en masse ? J'ai un espace de travail dans lequel j'ai importé une centaine de docs que je souhaiterais publier, mais un par un c'est une tannée. Existe t'il une solution pou...

Bug in the example

When i run script createContract.js from page https://doc.nuxeo.com/nxdoc/manipulating-documents/ I get error when i run code return repository.create(portfolio.path, contractToCreate); Apologies, an error occurred. { Error: Bad Request at doFet...

kodermax by Star Contributor
  • 424 Views
  • 0 replies
  • 0 kudos

Can`t end task programmatically

Hello, I start an workflow to a document. I want to end a task programmatically. I have used endTask(CoreSession session, Task task, Map data, String status) . I also tried resumeInstance(String routeId, String nodeId, Map data, String status, CoreSe...

Bora_ by Confirmed Champ
  • 411 Views
  • 0 replies
  • 1 kudos

upgrade from 8.2 to 9.3 -- BaseSession.hasPermission change

We are upgrading from 8.2 to 9.3. We have some existing unit tests to test extensions we've built that are designed to test concurrency scenarios. There is a difference in how the BaseSession.hasPermission method executes from 8.2 to 9.3. In both ver...

Eric_Ace by Confirmed Champ
  • 751 Views
  • 4 replies
  • 0 kudos

How can i update metadata value from nxql ?

Hi ! I'm looking for a way to update the value of one metadata on a large amount of documents. I'm currently selecting documents that need this update using a simple nxql query, yet the volume is big enough to look for an automatic way of doing this....

V_M by Champ in-the-making
  • 487 Views
  • 1 replies
  • 0 kudos