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 not working after ubuntu Bionic upgrade

nuxeo-drice was working aerfectly. V 3.0.3 After moving my workstation from ubuntu 16.04 Trusty to 18.04 Bionic, nuxeo-drive crashes at startup with the message : File "/usr/local/lib/python2.7/dist-packages/nxdrive/manager.py", line 16, in from PyQ...

Resolved! Is it possible to refresh a page with polymer ?

Hello, I have a simple question, is it possible to refresh a page with polymer when clicking a button ? For example, in the _ok function of my form I would like to refresh my page. Thanks !

Maxime_ by Confirmed Champ
  • 450 Views
  • 2 replies
  • 1 kudos

Trash a Document using java-client

Hi, How do I trash a document before it is deleted using nuxeo java client. I have used nuxeoClient.repository().deleteDocument(docId); method which delets the document permanently but I wanted to trash the document first before deleting permanently....

Resolved! Java Client - get sub folders

Hello, Is there a method to get the subfolder list of a folder by its id ? I found the repository().fetchChildrenById(id) method but it returns all documents (documents and folders). In the UI, nuxeo is calling this url when we disclose a node in the...

Error on permission tab

Hello Team I am getting below error while clicking on permission tab of some folders and not showing "New" button to add permissions. Attaching the snap for the same ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2019-09-09 17:38:54,231 ERROR...

Resolved! Changing ecm name in automation chain

Hi, I was wondering how you change a document name from an automation chain? I am trying the following, but running into an error: - Document.SetProperty: xpath: "ecm:name" value: "testNewDocName" When this chain executes, I am met with the ...

Restaurer un document supprimé

Bonjour, Comment on peut restaurer un doucement supprimé sur nuxeo web-ui ? On trouve pas la corbeille comme celui en jsf-ui. Il n'y a que "supprimer définitivement" en web-ui ? Merci de votre aide. Cordialement,

Nuxeo_Dev by Confirmed Champ
  • 771 Views
  • 7 replies
  • 2 kudos

Override Nuxeo elements

Hello community, I want to have an idea about overriding nuxeo WebUi elements on Nuxeo Studio. Is there a simple way to override existing bottons (dom-modules) from RESOURCES tab in the design mode of nuxeo studio. I read documentation on https://doc...

Resolved! Changing the transaction timeout

My application has some processing that takes a long time (it can be an import, an export, a complex document tree creation, etc.) that provokes an automatic transaction rollback because it is too long and the transaction goes in timeout. So the proc...

How to marshall requests?

Hello all, I'm trying to make an custom endpoint receive some data from a javascript application that uses Nuxeo JS client. The JS application uses the following code to perform the request: doEndpointTestRequest(){ // create the opts dict to be ins...

Dossier ordonné et onlyoffice

Bonjour, Est-il possible créer un doc onlyoffice dans un dossier ordonné? Sur un dossier ordonné, on a pas la main sur la "Configuration des types de documents" Pourriez vous m'aider à activer les documents de type onlyoffice dans mes dossiers ordonn...

Nuxeo_Dev by Confirmed Champ
  • 683 Views
  • 4 replies
  • 1 kudos

Limitation in the display of permissions

Good morning. /> On nuxeo version 8.3 (but it already did for version 7.10) /> when you add users to give permissions to a folder, everything is fine until the 4th user. /> After which, it blocks, we can no longer add user. /> I tried to keep putting...

Resolved! How disable scheduled task orphanVersionsCleanup

Hi, I use nuxeo LTS 2019 (10.10). I would like to disable the scheduled task "orphanVersionsCleanup" but i don't know how to do it I have found the extension point for the contribution: http://explorer.nuxeo.com/nuxeo/site/distribution/server-10.10/v...

pnux_ by Confirmed Champ
  • 607 Views
  • 2 replies
  • 1 kudos

How to add a new parameter to an existing operation?

Hi, I'm trying to create a relationship between two elements with the help of the operation Document.AddRelation. This operation has three parameters and I'm using all of them. Furthermore, I have to pass another parameter, the quantity of times this...