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! nuxeo.conf vs nuxeo-sdk.conf

Hi, I've spent almost an hour trying to figure out why my config was not taken by my Tomcat running in eclipse. It actually loads nuxeo-sdk.conf and not nuxeo.conf. It is mentioned nowhere nor the Tomcat logs are showing what is being loaded. It woul...

koxon_ by Confirmed Champ
  • 398 Views
  • 1 replies
  • 1 kudos

Modify Event Log Listeners

Is there a way to remove certain event listeners from being displayed on the "Event Log" subtab in the "History" tab? I want to turn off the "document modified" listener and create listeners for different steps in the workflow and life-cylce changes....

[5.8] infinite loop document versioning default minor version

Hi there, I've configured the default versioning for File on default minor increment. Now when I upload a file, a infinite loop started, creating literally 1000's of new versions. Looking in the archived versions tab, I only see the last updated on f...

Bauke_Roo by Star Contributor
  • 439 Views
  • 2 replies
  • 0 kudos

Conditionally show "Publish" tab using XML extension

I'm trying to conditionally show the "publish" tab using an XML extension. I only want it to appear when the current user is an administrator. Here's what I have so far, but the publishing tab still appears for non-admins: #{currentUser.administrat...

How to purge document history / events ?

After some trouble with a few documents (don't know how), some of them have more than 31k version and the events tab have more than 31k lines... Is there a way to purge thoses logs to reduce the database load and size ?

Resolved! Error with extension Shibboleth Groups with Nuxeo 6.0

Hi i ve just started to test nuxeo 6.0 and i meet an error when i try to access the administration panel : /widgets/shibboleth_user_tree_widget_template.xhtml @75,92 <rich:suggestionbox> Tag Library supports namespace: http://richfaces.org/rich, but...

Soucis de connexion après mise à jour nuxeo

Bonjour, J'ai installé nuxeo il y a un petit moment, j'ai fait un apt-get update + apt-get upgrade histoire de mettre à jour mon système, et depuis nuxeo ne veux plus se connecter "Connexion impossible à la base d'authentification " Avant cette mise ...

Searching on complex multi-valued field

I have a complex field that contains 3 sub fields, and it is multi-valued. I would like to be able to search on one of the sub fields, although if the search looked in all 3 that would be fine as well. In studio, I've created a content view althoug...

besham_ by Champ in-the-making
  • 266 Views
  • 0 replies
  • 1 kudos

More room in the UI

Hi Nuxeo's UI is quite heavy and i would like to effer more room to our users. I got rid of most of the FOOTER actions but there is still the clientSideBanner.xhtml part that I cannot deactivate in a satisfactory way. I cheated Nuxeo by adding org.nu...

Doc type picturebook not available

I just installed NP 6 LTS. I was previously using a 5.8 LTS. I was used to use a doc type "picture book" that allow diaporma display mode. I cannot find it in the new version even after installing DAM.

Database "nuxeo" does not exist

Hi, I installed Nuxeo using apt-get on Ubuntu. After changing my structure template I dropped my DB as mentioned here: http://doc.nuxeo.com/display/Studio/Structure+Templates However I have hard time recreating it. I thought nuxeoctl would do it for ...

koxon_ by Confirmed Champ
  • 535 Views
  • 2 replies
  • 0 kudos

ldap query speed

Hi, we have a working 5.9.5 Nuxeo platform connected to Active Directory. Everyhting is fine, but the first connection to Nuxeo is slow (20 seconds, sometimes more), due to the fact that Nuxeo need to populate its ldap cache information. I guess this...

nicolas_1 by Champ in-the-making
  • 685 Views
  • 3 replies
  • 0 kudos

MVEL replace string in mail template

Hello, I use Nuxeo Studio to send mail by Workflows with Mail Template, so I need to replace some caracter in Document.path How can do it? I try: ${Document.path.replace('TEST','OK')} Please help me. moise

saliminam by Champ in-the-making
  • 207 Views
  • 0 replies
  • 0 kudos

Removing the "Keep" option

How can I remove the "keep" option in a toggleable widget using the file:content widget. I want to make it so that the user is required to upload a new file when they are editing the document. Thank you!