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

Forum Posts

Resolved! localization bug?

Hi There, I'm trying to append a few labels to the dutch translation. However this does not work. This is my messages_nl.properties which I need to append: # lines for chat label.context.menu.chat.with=Chat label.context.menu.call.with=Bel This is ...

Bauke_Roo by Star Contributor
  • 134 Views
  • 2 replies
  • 0 kudos

How to create workflow without nuxeo studio

As a developer i want to create workflow in nuxeo . can i create workflow without using nuxeo stdio ? Is there any way so i can write the code to create workflow or can intgrate other workflow engine

Nuxeo_Dev1 by Champ in-the-making
  • 108 Views
  • 1 replies
  • 1 kudos

Studio label and Label cannot be same - is it a bug?

I am able to change the label using studio which will be shown in Platform . I am not able to change the studio label . it show as saved but not actually saving. I am in Layout Widget Editor and i use "Text" When i change studio label of "Title" to ...

zod_ by Champ on-the-rise
  • 107 Views
  • 1 replies
  • 0 kudos

How to add custom validatior method

I am following this document to create a custom validation http://doc.nuxeo.com/display/Studio/Add+Field+Validation But i dont understand where and how to create a seam component ? I was able to create stand alone seam component myValidator bean , ...

zod_ by Champ on-the-rise
  • 148 Views
  • 2 replies
  • 1 kudos

API from CURL vs from Python

Bonjour J'ai pu créer un nouvel utilisateur en utilisant CURL: set header="Content-Type: application/json" set auth="Administrator:Administrator" set u="xxx" set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"user\", \"i...

Arnault_ by Confirmed Champ
  • 101 Views
  • 1 replies
  • 1 kudos

Faceted search (Widgets and Layout)

Hello, I slowly migrates Nuxeo 5.6 to 5.8 and i have a problem with the layout "faceted_search". Before, I used the widget "faceted_search_directory_tree" in Nuxeo 5.6 which is deprecated for the widget "select_l10n_vocabulary_tree" in Nuxeo 5.8. I n...

Deleting Nuxeo Document Permanently Programatically

I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && aSession.canRemoveDocument(m...