details: /erp/devel/pi/rev/0ce55a74ceab
changeset: 10705:0ce55a74ceab
user: Stefan Hühner <stefan.huehner <at> openbravo.com>
date: Wed Feb 16 14:12:29 2011 +0100
summary: Fix quickCreate widget to open tabs in new mode again.
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
| 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 44fbd1261f56 -r 0ce55a74ceab
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
Wed Feb 16 13:52:03 2011 +0100
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
Wed Feb 16 14:12:29 2011 +0100
@@ -161,6 +161,8 @@
emptyPickListMessage: OB.I18N.getLabel('OBUISC_ListGrid.emptyMessage'),
+ command: this.command,
+
pickValue: function(theValue){
// HACK: set this temporary value to prevent a temporary
// display of the db id
@@ -173,7 +175,7 @@
if (this.getSelectedRecord()) {
var record = this.getSelectedRecord();
- var viewValue = record.viewValue, command;
+ var viewValue = record.viewValue;
isc.OBQuickRun.currentQuickRun.doHide();
var openObject = null;
if (record.optionType && record.optionType === 'tab') {
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits