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

unit test failed on nuxeo-platform-video-core

Hi, This unit test failed on my computer : Failed tests: TestVideoImporterAndListeners.testVideoInfo:333 null the test : assertTrue(streamInfo.contains("23.98 fps"));my ffmpeg out : ffmpeg -i ./target/test-classes/test-data/sample.mpg ffmpeg vers...

jelninos_ by Champ in-the-making
  • 340 Views
  • 0 replies
  • 0 kudos

Node Browser in Nuxeo Platform

Hi, Is there any section where you can view ALL properties of a document? I have seen that for example Alfresco have this functionality: https://issues.alfresco.com/jira/secure/attachment/21608/node%20browser.png

Paul_Smith by Champ on-the-rise
  • 233 Views
  • 0 replies
  • 1 kudos

User Email Update using Java Automation Client

Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help related ...

Dipen_Shah by Champ on-the-rise
  • 241 Views
  • 0 replies
  • 0 kudos

Error when I upload a file with properties

When I try to insert a file show me this error: /widgets/list_widget_template.xhtml @203,105 value="#{model.rowData['foo']}": Target Unreachable, 'rowData' returned null on 'org.nuxeo.ecm.platform.ui.web.model.impl.ProtectedEditableModelImpl' Doesnt ...

Get all types of a document type

Hello, I have a question. In my nuxeo db I have an a table, who name is studio_vocabulary_type_doc but I can't access this through sql out of nuxeo. This table contains a diferent types of documents which I would want get all of this types from php b...

Resolved! Delete Specific Attachment From Document

Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = session.getAdapter(Docu...

Automation Java Client Upload change file name

Hello. I am trying to upload a file using java client 2.1 using the API example: Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest("Blob.AttachOnDocument").param("document", "/folder/file").input(fileBlob).execute(); ...

Custom Row Color in the nuxeo-data-table

Hello, First, thank you for your work I would like to custom each row color of the data-table but I have a problem, I can collect each row and add a new class (with the new color) but the color change **after ** the table was full. So, each time all...

__9 by Champ in-the-making
  • 494 Views
  • 1 replies
  • 0 kudos

Unit test not loading custom document type

I have got this error java.lang.IllegalArgumentException: DR_DRF is not a registered core type My test class is like: @RunWith(FeaturesRunner.class) @Features({RuntimeFeature.class, PlatformFeature.class, CoreFeature.class}) @RepositoryConfig(init =...

Change the owner of all the document in repository

Hi, In my current setup I am using Nuxeo with LDAP and CAS integration. Now my requirement is, for some scenarios one user upload the document after login but after certain period of time due to company change the user id may change for that user but...

Souvik_ by Confirmed Champ
  • 305 Views
  • 0 replies
  • 0 kudos

Simultaneous approval for a different number of people

I need to create a workflow that will have 1-* approvals. It will vary depending on some parameters on a document. The approval schema is all or nothing. If one approver declines, the document is rejected. What's the best way to acomplish this? I'll ...