details: https://code.openbravo.com/erp/devel/pi/rev/400fab36bc29
changeset: 23862:400fab36bc29
user: Miguel de Juana <miguel.dejuana <at> openbravo.com>
date: Tue Jun 24 10:39:45 2014 +0200
summary: Fixed issue 0026840: onLoad function is not executed in Process
Definition without Parameters
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
| 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 3fbe45f3957e -r 400fab36bc29
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
Tue Jun 24 10:36:42 2014 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
Tue Jun 24 10:39:45 2014 +0200
@@ -476,6 +476,9 @@
defaultFilter = {},
gridsToBeFiltered = [];
if (!this.theForm) {
+ if (this.onLoadFunction) {
+ this.onLoadFunction(this);
+ }
return;
}
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits