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! How to customize <nuxeo-data-grid> results?

We have a specific workspace doctype created with a custom page provider to show relevant columns for the doctype's fields. I was able to customize the layout view for the nuxeo-data-table, but am having a hard time finding information on how to cust...

Disable the multiSelection in nuxeo-data-table

Hello, I want to disable the multiSelection in nuxeo-data-table. In fact I want to allow the user to select just one document. I add to nuxeo-data-table multiSelection="false" but it doesn't work. Any idea? Regards,

Nuxeo 2021 LTS Git branch

Hello, we are currently looking to migrate our LTS 2019 to LTS 2021. However, as we build our platform from the source code, we were wondering why there is no 2021 LTS release on github? Which branch do we need to checkout? Kind regards Tom

Tom_Hetto by Champ on-the-rise
  • 1458 Views
  • 6 replies
  • 1 kudos

Nuxeo DB queries are taking too much time to execute.

I am running performance tests on Nuxeo starting from 2 TPS and I am getting the below queries which are taking too much time to execute. Also, they are getting executed multiple times per transaction of upload API. 1st Query: UPDATE "kv_transient_ba...

Very slow nxql query with some filters

Hello, I have a nuxeo with mongoDB which contains a lot of data. My problem is that the following nxql query is very slow: select * from Document where ecm:isTrashed = 0 By removing the filter on ecm:isTrashed, I will have an immediate response, That...

How to execute query in xls template?

Hello, How I can execute query in a template report xls for get all record from Document for example. I try jx:each(items="coreSession.query('select * from Document', 2000)" var="docg") But not working :'(

Failed to update with studio configuration

Add a workflow in studio. When 'update' in update center , it showed 'Nuxeo Studio package status: Installing Update your platform'. in Local Package tab, it showed ' hs-demo1-portus-0.0.0-SNAPSHOT installation in progress' . However these status did...

Gary_Kam by Champ in-the-making
  • 699 Views
  • 1 replies
  • 0 kudos

How to execute SQL query in Search Resource Endpoints

Hi Eveybody Im triying execute the next endpoint http://localhost:8080/nuxeo/api/v1/search/lang/(psq,sql,potsgressql,etc)l/execute?query=SELECT * FROM documento_base But the execute return a Exception: ... "infos": [], "statusCode": 400, "originalMes...

Deploy new workflow in Nuxeo Studio

I have created workflow (definition& new document type) in studio. After update, I do not see the new workflow in the JSF Admin under workflow. I even used the 'Release' and apply for update. But still do not see the new workflow deployed on activate...

Gary_Kam by Champ in-the-making
  • 687 Views
  • 1 replies
  • 0 kudos

Resolved! Get authorized group from Document API Python

Hi, I want to know if we can get the groups authorized to edit / see a document using the Nuxeo Python API with Nuxeo 10.10. I know how to find groups & their users, how to extract each metadata from a Document, but the groups doesn't appear in it. E...

Display search-form and search result in a new popup

Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop ...

Deploy multiple types in different packages

Hello, we are currently trying to deploy a couple of our own packages to nuxeo, and if we deploy each seperatly it works well. However, once we deploy both of them, one defined type is always missing from the Create New dialog. We are adding it to th...

Tom_Hetto by Champ on-the-rise
  • 466 Views
  • 0 replies
  • 0 kudos

Translation - Nuxeo looking for the wrong files

Hello, Nuxeo apparently looks for the wrong translations files. When looking at the development tools in chrome I can see the following Log : nuxeo-app.html-52.js:74 GET http://localhost:8080/nuxeo/ui/i18n/messages-de-DE.json 404 loadLang @ nuxeo-app...

Tom_Hetto by Champ on-the-rise
  • 1200 Views
  • 4 replies
  • 0 kudos

What are the format for these files ?

When making the preview of a document we need to specify the format of the document. In this example we want to preview a photo, so the format is image : http://localhost:8080/nuxeo/site/api/v1/repo/default/id/23d871d2-052a-4f58-8f90-4b07c5a074ea/@bl...