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

Resolved! EL expression for file:content being empty

How would I phrase the EL expression to be "the file content of the document is empty", so there are no files in the actual content of the document. So far I have: #{document.getProperty("file:content")=='empty'} so this gets the file content, but th...

How to validate title

Hello guys, How to validate if the title of the document already exists in the moment of creation? thank you!

klebervz_ by Confirmed Champ
  • 363 Views
  • 1 replies
  • 0 kudos

Document modified event

I need an event handler that will intercept a modification on a property and update another property of the same document based on the new value. Is there a way to implement this? If I save the document the event is called again in an infinite loop. ...

[Nuxeo 6.0] inline js + getFormattedPath

Hello, In nuxeo inline js how do you get the formattedpath of a document, with the doc.title instead of doc.name ? Could it be possible OR NOT with some kind of... this that FAILED Seam.Component.getInstance("publishActions").getFormattedPath(doc.pat...

milonette_ by Star Collaborator
  • 359 Views
  • 0 replies
  • 0 kudos

How to search data using some part of string

Hi, How to search data using some part of string instead of entire string. ex: i had a string like "nuxeo database here" In Nuxeo Search i need to get result , if i search using either "nuxeo" or "database" . i tried by using LIKE Operator but that ...

muni_ by Champ on-the-rise
  • 380 Views
  • 1 replies
  • 1 kudos

Nuxeo Antivirus support

Hi, I would like to activate antivirus scanning whenever user will upload any document. So, for that Nuxeo already provide listeners. But my question is what "Antivirus" should be integrated with this or what anti virus support Nuxeo. Thanks in advan...

Souvik_ by Confirmed Champ
  • 421 Views
  • 1 replies
  • 1 kudos

Resolved! Nuxeo Agenda

After updating to cap 7.4 and nuxeo-agenda-1.3.2 I have two main issues: the new button does not work anymore on folderish documents (loading icon remains)the calendar does not work on the dashboard anymore Anyone else using this module and facing th...

ssze_ by Star Contributor
  • 428 Views
  • 1 replies
  • 0 kudos

Resolved! Render Document then Attach File in automation chain (Studio)

I've generated a file using Studio Automation Chain operator Conversion >> Render Document. This works fine; if I add "User Interface -> Download File afterwards, the desired file is downloaded. I'd like to attach this file to the document from which...

ERROR: facelet not found when launching static war

When launching static war i'm getting the following ERROR: facelet not found at '/nxthemes/error/negotiationStrategyNotSet.xhtml' right after login. I'm getting this error if i change contextpath from nuxeo to myappname , i want to mention that chang...

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

How to grant access to group to folder using REST API

Hi I cannot find in the playground nor in the endpoints a way to add or remove a group from a folder/workspace ACL using the REST API what's the endpoint to add a group to a single folder? I can change the folder definition but that applies to every ...

Lorenzo_ by Champ in-the-making
  • 644 Views
  • 2 replies
  • 1 kudos

from api content automation how to setACE on a document

I would like to know the list of values allowed in the parameter "permission" of the Document.setACE function. In the same function what are the values allowed in the acl parameter ? I tried permission=READ, acl=local, user=vieville and the ui displa...

vieville_ by Champ in-the-making
  • 410 Views
  • 1 replies
  • 0 kudos