Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 19:31:03 +0200] rev 29788
[client-event-handlers] Remove unneeded variable
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 18:30:55 +0200] rev 29787
[client-event-handlers] Use a better name
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 18:17:04 +0200] rev 29786
[client-event-handlers] Special grid refresh for client event handlers
The refreshGridAfterSave is a new function that can be invoked by the client event handler actions. It passes a callback to the original refreshGrid function which now accepts a third argument. This argument is used to invoke the callback once the filtering performed by the function finishes (this callback invocation is the last statement that will be executed).
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 14:04:23 +0200] rev 29785
[client-event-handlers] Implement post-save actions calling in standard grids
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 14:00:00 +0200] rev 29784
[client-event-handlers] Updated copyright year
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 12:39:58 +0200] rev 29783
[client-event-handlers] Postpone auto-save action if post-save actions exist
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 12:38:22 +0200] rev 29782
[client-event-handlers] Make use of event handler registry in standard view
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 11:28:45 +0200] rev 29781
[client-event-handlers] Send missing parameter
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 10:40:00 +0200] rev 29780
[client-event-handlers] Added extraParameters
Added extraParameters argument for call and callbackExecutor functions of EventHandlerRegistry
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 14 Jun 2016 10:34:15 +0200] rev 29779
[client-event-handlers] Registry infrastructure