details: https://code.openbravo.com/erp/devel/pi/rev/324daab48217
changeset: 15565:324daab48217
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Wed Feb 22 12:48:24 2012 +0100
summary: Fixed issue 18779. Only do FIC requests for current active view
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
| 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r c988931247b8 -r 324daab48217
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
Wed Feb 22 12:25:32 2012 +0100
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
Wed Feb 22 12:48:24 2012 +0100
@@ -1222,7 +1222,8 @@
var noneOrMultipleRecordsSelected = numOfSelRecords !== 1 && !isNew;
- if (currentValues && !noSetSession && !currentContext.isShowingForm &&
!isNew && !hideAllButtons) {
+ if (currentValues && !noSetSession && !currentContext.isShowingForm &&
!isNew && !hideAllButtons
+ && currentContext.ID===this.view.ID) {
if (this.view.tabId === currentContext.tabId) {
currentTabCalled = true;
}
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits