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

Resest time zone is not working in web-engine gadgets?

i have seen variation on demo.nuxeo.com also. first i have set Reset time zone from browser. After i went collaboration > select a workspace (IT Team) > add gadget >Document Library it will display docs. in Document Library gadget click on News> Nuxe...

tiger_ by Champ on-the-rise
  • 343 Views
  • 1 replies
  • 0 kudos

Resolved! Getting Nuxeo 5.5 source code

I used the instructions to get Nuxeo 5.5 source code from Github (http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code) : I installed Git client I ran the following commands : git clone git://github.com/nuxeo/nuxeo.git cd nuxeo git checkou...

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
  • 898 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
  • 596 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
  • 307 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
  • 563 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
  • 986 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...