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

Need a clarification on DAM

Hi, I am new to DAM system. I have a very general basic question about DAM. Lets assume I have RDBMS, huge storage space for my content. Lets say I have 3 developers for developing a solution for working on my media content and storing its metadata a...

Resolved! Comment Workflow and display document

Hello, I have two questions. In terms of workflow, is it possible to add a comment when a user validates the transition? I want that this comment will appear in the document history. Is it possible to create a view based on the group? Let me explain:...

Check permissions but skip the Lock policy

I'm playing with a realtime edit framework for Nuxeo, the plan is to have a real time edit button to start a collaborative editing session so I'm locking the document to prevent concurrent changes, besides those made in the session of course. What i'...

Resolved! Nuxeo doesn't resolve any Action Seam

I set up eclipse on a windows 7 machine with the 5.6 tomcat release of nuxeo. I created a fresh new workspace. I'm using java 1.6.0_37 to run the server. I installed the latest stable version of Nuxeo IDE. I've created a Nuxeo Plugin Project using th...

roccapl_ by Confirmed Champ
  • 2787 Views
  • 23 replies
  • 2 kudos

Manage Users and Groups from LDAP directory

Hello, I recently installed Nuxeo Platform 5.6 and configure its access through a LDAP directory. I have one doubt when I access as Admin to Users and Groups Management since I expect to see on this section the users from Ldap directory. Am I confuse...

jmvm_ibm_ by Champ in-the-making
  • 632 Views
  • 2 replies
  • 0 kudos

Can you have a structured asset or document in nuxeo?

About: Document or Asset cluster / group / relation / structure / hierarchy EXAMPLE A user creates sheet music titled "Opus No.1". -- He offers the document in 3 formats (pdf, mid, mus). Additionally he creates a variant titled "Opus No.1 / Improvis...

anima_sana by Champ on-the-rise
  • 446 Views
  • 0 replies
  • 2 kudos

Resolved! how could i backup my project in studio??

i need to backup my configuration and document types, life cycles, etc. i want to put that in other computer for a demo with important persons. i saw a button "download" and it generates a .jar should i save it in nuxeo home/nxserver/plugins ?? and t...

german_ by Champ on-the-rise
  • 779 Views
  • 2 replies
  • 0 kudos

Resolved! PHP Automation Client

How can I set following two properties (which might be multiple value properties) dc:subjects and dc:contributors. I can set all the other properites by passing their values as string using following method... $answer = $session->newRequest("Document...

Megha_ by Champ on-the-rise
  • 1065 Views
  • 3 replies
  • 2 kudos

Removing default custom actions

Hi all! I've added some lifecycle related custom actions displayed in a custom summary view in the custom actions widget. my custom buttons are displayed next to a list of default action that I would like to remove : (my translations may not be accur...

Guian_ by Confirmed Champ
  • 476 Views
  • 1 replies
  • 0 kudos

error with blob.get on iOS

HI, I'm using the SDK Nuxeo on iOS in order to download documents with the method blob.get. The SDK returns an error for the operation, but the connection process is ok with a status 200.(console : Status code for <NSURLConnection: 0x6b23ed0> is: 200...

julien404_ by Champ in-the-making
  • 361 Views
  • 0 replies
  • 0 kudos

Updating many properties with the PHP client

Another query, as we're moving documents from one system to another, we need to set up lots of metadatas when a document gets uploaded/updated. According to the PHP Automation client, I believe I can set a single property (such as dc:title or dc:desc...

Megha_ by Champ on-the-rise
  • 700 Views
  • 2 replies
  • 0 kudos

Transaction failed on custom operation ?

Hello, I'm trying to create a custom operation for the first time with nuxeo IDE. This operation aims to duplicate current workspace hierarchy as a section hierarchy in the parent domain. With provided studio operations, i managed easily to create a ...