Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo Automation Script/Chain and File Properties

Hello, I am executing an automation script when a document is created. The document will be created using either drag and drop or using API. Is there a way to access the Windows File properties (such as Folderpath/Date Created/Date modified) and st...

customize nuxeo-object-diff

Hello, I want to customize the nuxeo-object-diff component. So I create a new component and I copy the code from https://github.com/nuxeo/nuxeo-web-ui/blob/maintenance-3.1.x/elements/diff/nuxeo-object-diff.js . However, when I deployed the code, I en...

Solved: Not able to add external user to local group

I am having trouble adding a group to a user authenticated via LDAP. I have setup the multidirectory and according to this doc "[l]ocal groups can reference local and LDAP users as members" but that does not work for me. Adding it via "User.CreateOrU...

Resolved! Impossible to download document after migration

Hello, I am in the process of testing a migration from Nuxeo 2017 to Nuxeo 2023. I have recently set up a new server and want to start with data migration. To do this, I made a backup of the Nuxeo 2017 database and restored it to a new database. At t...

LTS 2023 source code

Hi, How to get the LTS 2023 source code? I cannot find it in the repository on github. Thanks

promanov_ by Star Contributor
  • 187 Views
  • 3 replies
  • 1 kudos

Where to download Nuxeo LTS 2023

Hello, Where can i download nuxeo LTS 2021 / 2023 ? I want to download the zip version (already compiled) and the docker version (which I can run directly) to compare them and see which of the two versions we are going to install in production. I hav...

Resolved! fulltext search and highlight : empty contextParameters

Hello, I created a custom Page Provider to search for specific words in a specific document : <coreQueryPageProvider name="document_full_text_search"> <trackUsage>true</trackUsage> <property name="coreSession">#{documentManager}</property> <whereC...