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

Compiling Nuxeo From Source : Build Failure

I keep getting this error when compiling nuxeo. I already have grunt on my local, the error seems weird since I tested in its actual directory("C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp"). Can someone tell me how to fix this? [...

How to add Primefaces TreeTable / TreeGrid widget?

We want to add a widget (treetable) that doesn't exist in Richfaces. We have added Primefaces jar to the nxserver/lib folder, but we had some problems, because in some pages both libraries (RF and PF) are loading their own jQuery with different versi...

Fetch Documents from ID list

I'm looking for the right operation with 'Automation' or 'REST' API to fetch Documents from a list of documents IDs (inputs). I've tried 'Context.FetchDocument' so far but it cannot be invoked with an array of IDs (even if the signature says Inputs: ...

add contentViewEditColumns to custom contentview

I want to add the below button to my content view, i've added this action <action icon="/icons/edit_columns.png" id="contentViewEditColumns" label="label.contentview.edit.columns" order="80" type="fancybox"> <category>CONTENT_VIEW_ACTIONS</cate...

ITShine_ by Star Contributor
  • 403 Views
  • 0 replies
  • 0 kudos

Cannot edit document&apos;s (file type) name

Hi there, I need your help please... I cannot edit a document name or just access to the edit tab of a document here is the error: /widgets/chain_multiselect_2levels_widget.xhtml: Property 'add' not found on type org.nuxeo.ecm.webapp.directory.ChainS...

vlavergne_ by Champ in-the-making
  • 345 Views
  • 1 replies
  • 0 kudos

What happen if I restore a previous version of a document?

Hi, can someone explain me what happens when I restore a previous version of a document? e.g (2.0 to 1.0) I tried to restore the version of a document(type "File") that has a content on it but when I restore it to its previous version, the uploaded f...

Remove Title/Description from Document Type

I created my own contribution to document types, my custom document type contains the following fields: Montant, client, date, mode de règlement ONLY but in render the field Title/Description are added. I don't know how to remove them.

Dalal_ by Confirmed Champ
  • 372 Views
  • 1 replies
  • 1 kudos

Word preview not working

Preview is just black screen for a .doc file. Startup server logs indicate : 2015-10-08 16:53:39,151 WARN [Thread-5] [org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerComponent] OpenOffice was not found, JOD Converter won't be available: a proces...

pdf preview not showing characters correctly

I'm newbie nuxeo , i'm trying to add preview to my application based on Nuxeo, i've installed Open Office and Poppler . Now i can preview Office documents but for PDF it's not returning any errors but characters are not showing correctly. Here is my ...

ITShine_ by Star Contributor
  • 327 Views
  • 1 replies
  • 0 kudos

How to add custom attributes to content

I want to attach some custom attributes for e.g. weight (numeric) which uploading content using the DAM admin console. I also want to be able to fire a range query on this numeric field. From the 'Edit' section of the content, I could not find any wa...

jyr_ by Champ in-the-making
  • 390 Views
  • 1 replies
  • 0 kudos

How can I add 2FA for all login modules?

I'm adding a second factor to the authentication process using this: https://latch.elevenpaths.com/ So far, I've extended FormAuthenticator and added the 2FA overriding the method handleLoginPrompt. Now it works when user logged using forms based aut...

Retrieve group label from group name in mail template

Is there any FTL syntax that could allow me to retrieve the group label from its name in an email template ? It seems it could be possible in MVEL with something like @{org.nuxeo.runtime.api.Framework.getService(org.nuxeo.ecm.platform.usermanager.Use...