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

Forum Posts

Cancel event

Hi everyone, I want to know how to cancel a event in code java. Thanks,

How to custom some part of nuxeo interface

Hi people, I have created a nuxeo bundle to override some parts of nuxeo interface. I have been able to to change some icons (pdf, word, excell, workspace etc) but not section icon. I have replaced all icons of section but it does not appear in the i...

Space characters in the options of <nuxeo-select>

I want to use space characters in the options of : <nuxeo-select role="widget" label="[[i18n('label.longsoft.category')]]" name="category" options=[["Free offer"],["Finace plan"],["Other document"]] selected="Other_document" v...

Ralf_Lange by Champ in-the-making
  • 209 Views
  • 0 replies
  • 0 kudos

retrieve a deleted document

Hi, The goal is to allow this deletion only if the articles have a "valid" or "aRediger" workflow status I tried to interceive with an event 'AboutToRemove' to perform some treatment but it does not work anymore. Can you give me some help.

New documents don&apos;t show up in other sessions

Hi, I have some problems with caching of folder content in a single-node setup. It looks like the content of a visited folder is cached within each user session and not invalidated across sessions. The issue arises when user Alice adds a document to...