Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo 10.10 docker image

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTION...

Eric_Ace by Confirmed Champ
  • 86 Views
  • 2 replies
  • 0 kudos

Resolved! How to know if a document is a version with Java Client 3.5.0

Hello, I am trying to know if a document is a version, but Java Client doesn't retrieve that information about a document. When I use the "fetchDocumentById" method, I get a "Document" object, but I have no properties to know if it is a version or no...

Rodri_ by Star Contributor
  • 266 Views
  • 7 replies
  • 1 kudos

Resolved! Declare JavaScript ressource

Hello, I followed the following link to import a javascript resource into my nuxeo but I don't know how to use this resource in another page such as nuxeo-file-create-layout.html. Do you have an idea please. Thank you