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 directly change lifecycle state

Hello Before our customers can work with Nuxeo DM we must import all the xml files and set them to a lifecycle state which is not the initial state. How can we do it ? We tried setting the property ecm:currentLifeCycleState and using followTransition...

How to get default views on custom document types

I am trying to get default views on custom document types that extend Folder or support the dublincore schema, but I can't figure out what exactly to contribute to org.nuxeo.ecm.platform.types.TypeService. Here are the types: <doctype name="myContain...

franck102_ by Champ in-the-making
  • 813 Views
  • 4 replies
  • 0 kudos

how do i increase performance of web-engine gadget ?

PaginableDocumentModelList getChildren(); method in SocialWebEngineRoot class.its returning all documents at one shot.if the number of documents are increasing the performance will be decreased. i want to make ajax call than how do i get 5 docs at a ...

tiger_ by Champ on-the-rise
  • 524 Views
  • 3 replies
  • 0 kudos

Resolved! Email notification: Alerting a subset of the principals?

The Create a task assignment alert tutorial presents a method for writing an automation chain that notifies the principals (users with a given permission) on a document under some condition. But I would like to only send emails to users who have opte...

Approval workflow : unexpected behaviour

Hello, here is what we have: Document created by Author1Workflow approval create for 2 approver : Approver1 and Approver2Approver1 receives the docApprover1 rejects the docDoc goes back to Author1Author1 changes the doc and sends backDoc is send for ...

Denis_ by Champ in-the-making
  • 269 Views
  • 1 replies
  • 0 kudos

Resolved! "Preview" functionnality disappeared with Nuxeo 5.6 ?

Hello, I just installed Nuxeo 5.6, coming from Nuxeo 5.6 RC3 and I realized that the "Preview" button just disappeared : I was really interested by this functionnality, because it allowed to quickly and efficiently comment a document ==> how to make ...

Julien_A_ by Champ on-the-rise
  • 484 Views
  • 4 replies
  • 0 kudos

Resolved! How to modified part of the DM UI for instance the footer ?

I would like to override the footer for instance with my xhtml fragment. I try to create my own theme and deploy it, but doesn't work <?xml version="1.0"?> <fragment version="1"> <install> <unzip from="${bundle.fileName}" to="/" prefix="web"> ...

ITassas_ by Champ on-the-rise
  • 888 Views
  • 7 replies
  • 0 kudos

Override filter in send email action

I m trying to override the send email action so that it appears on folderish documents. I thought this would do the trick, mergeing the folder and not_folder filters <require>org.nuxeo.ecm.platform.actions</require> <extension target="org.nuxeo.ecm.p...

Resolved! Adding JBPM back in to 5.6 - where to find the JBPM template?

The JBPM source readme makes reference to a JBPM template used to configure JPBM in 5.6. I followed the instructions to build the package (no problems), but I don't see the JBPM template directory to copy into $NUXEO_HOME/templates/ as stated in the ...