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

Forum Posts

Overriding delete button

Hi :) I want to override the delete button.I want to show the button only if the documents are in a specific LifeCycleState.I am lookin at the ActionService extensions but i am not finding the Id of the delete button.Can someone help me please

Nuxeo online services required for hotfixes ?

Hi, I would like to know whether a registration to Nuxeo Online Services is required to have access to the updates and security hotfixes for the Nuxeo platform. Is there another way to get access to these ? It seems that the price of Nuxeo Online Ser...

Simon_Ouin by Champ in-the-making
  • 58 Views
  • 2 replies
  • 0 kudos

When have we got to use coreSession.save()?

Hi, In Nuxeo University, course "Nuxeo Platform Developer Basics", video "Manipulating Documents Part 1: Creation and Retrieval", the narrator tells us that we will only have to use coreSession.save() on unit tests, because everywhere else is called ...

Resolved! newDocument action - filter available document types

I would like to restrict the available types on a new document creation inside a workspace. Using studio I restricted the Accepted Children Types for the Workspace type in Content Model\Documents section Anyway I still have some entries like "discuss...

Gab_ by Confirmed Champ
  • 118 Views
  • 3 replies
  • 0 kudos

Problem with version of nuxeo.js installed by nuxeo-cli

nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 ) When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version (3.5...

Resolved! Predefined types of document and folder

Is it possible to disable some types of document and folder? For example, when I add a new resource, I don't want "forum" and "blog" to appear between tha possible choices. Is there a way to disable them?

Alice_ by Star Contributor
  • 81 Views
  • 3 replies
  • 1 kudos

404 Error on Platform

Hi, I have to fetch Blob contents from the documents using Event Listeners for some transformation. I'm using Apache Tika Java API to fetch the contents. Since Tika dependencies are not available in Nuxeo, I've added all tika dependencies into a fat ...