details: https://code.openbravo.com/erp/devel/pi/rev/396084cb0906 changeset: 13832:396084cb0906 user: Martin Taal <martin.taal <at> openbravo.com> date: Mon Sep 26 10:08:28 2011 +0200 summary: Related to smartclient upgrade, set titleorientation
details: https://code.openbravo.com/erp/devel/pi/rev/d46a820cf3cc changeset: 13833:d46a820cf3cc user: Martin Taal <martin.taal <at> openbravo.com> date: Mon Sep 26 10:09:13 2011 +0200 summary: Fixes issue 18227: Closing a tab doesn't release all objects Removed workaround diffstat: modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js | 22 ---------- modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js | 1 + 2 files changed, 1 insertions(+), 22 deletions(-) diffs (43 lines): diff -r 68047a608ed1 -r d46a820cf3cc modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js --- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js Mon Sep 26 10:07:08 2011 +0200 +++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js Mon Sep 26 10:09:13 2011 +0200 @@ -445,27 +445,5 @@ formatDate: function(dt) { return OB.Utilities.Date.JSToOB(dt, OB.Format.date); - }, - - // TODO: the destroy and clear can be removed - // after upgrading to a SC release after mid-august 2011 - destroy: function() { - this.destroying = true; - if (this.rangeDialog) { - this.rangeDialog.rangeForm.destroy(); - this.rangeDialog.mainLayout.destroy(); - this.rangeDialog.destroying = true; - this.rangeDialog.destroy(); - this.rangeDialog.destroying = false; - } - this.Super('destroy', arguments); - this.destroying = false; - }, - - clear: function() { - if (this.destroying) { - return; - } - this.Super('clear', arguments); } }); \ No newline at end of file diff -r 68047a608ed1 -r d46a820cf3cc modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js --- a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js Mon Sep 26 10:07:08 2011 +0200 +++ b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js Mon Sep 26 10:09:13 2011 +0200 @@ -379,6 +379,7 @@ cellStyle: 'OBFormField', titleStyle: 'OBFormFieldLabel', textBoxStyle: 'OBFormFieldInput', + titleOrientation: 'left', fromTitle: OB.I18N.getLabel('OBUIAPP_From'), toTitle: OB.I18N.getLabel('OBUIAPP_To') }); ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
