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

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
  • 213 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
  • 230 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
  • 447 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
  • 290 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 ...

Resolved! How to configure convertcache working directory

Hi all I'm trying to configure a new convertcache directory for file preview. I've found this guide https://doc.nuxeo.com/60/nxdoc/conversion/ In particular, this point: Configuring the Conversion Service The Conversion Service supports a global conf...

Encryption

Hi, I'm trying to add my custom encryption for files on storage, but I've several doubts: I think have to create a jar module with my implementation, extending DefaultBinaryMagager (getBinary and storeAndDigest) I guess... but cannot found maven depe...

Devilot_78 by Champ in-the-making
  • 457 Views
  • 1 replies
  • 0 kudos

Resolved! How can I upload a file with php with metadata

Hi, I have a problem, I can upload a file with normal metadata, but I have a subtype of metadata like this: <xs:complexType name="blobList"> <xs:sequence> <xs:element name="item" type="nxs:content" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>...