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

Forum Posts

Transaction failed on custom operation ?

Hello, I'm trying to create a custom operation for the first time with nuxeo IDE. This operation aims to duplicate current workspace hierarchy as a section hierarchy in the parent domain. With provided studio operations, i managed easily to create a ...

Order the userdocuments gadget

Hello, a user ask me if it's possible to sort the documents in the gadget "userdocuments". If it's possible, how can I do that ? Thanks in advance

delphine_ by Star Contributor
  • 132 Views
  • 0 replies
  • 0 kudos

Resolved! Filter in Event Handler

I would like to put a complex filtering in Event Handler in automation, and I see there is "Custom EL Expression". It seems that default JSF EL not working in it. Can you tell me how it works ?

VersioningServices

Hello, I want override some functions like doPostCreate, or setInitialVersion. i use more documentmodels and lifecycleState customized. Must i use : public class Versioning extends StandardVersioningService{} or an other class ? Thanks

seahell_ by Champ in-the-making
  • 185 Views
  • 1 replies
  • 0 kudos

Automation API in C#

This is an old topic, I've seen that there was a proposal in 2011 to implement a .net version of the automation api : http://forum.nuxeo.com/index.php?t=rview&goto=19312&th=4861#msg_19312 Is there anynews on this topic ? Do you have solution to call ...

Guian_ by Confirmed Champ
  • 142 Views
  • 0 replies
  • 0 kudos

File upload in Javascript with REST API

Hello, I use the automation API in javascript and I have to upload a file. It works well with browsers that support XMLHttpRequest Level 2 but not with others as IE 8. In this case, I use an iframe ... and I have this: Request `Request URL: http://lo...

gcusnieux_ by Champ in-the-making
  • 178 Views
  • 0 replies
  • 0 kudos

Purging the audit log tables using the posted example?

I have been using a description of a SQL purge function outlined here as the basis for a SQL function to purge the event log (nxp_logs) by username and date. It appears the example deletes entries in the nxp_log, nxp_logs_extinfo and nxp_logs_mapexti...