Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010360Openbravo ERPA. Platformpublic2009-08-20 16:462009-10-16 00:00
shuehner 
alostale 
urgentminorhave not tried
closedfixed 
5
pi 
pi 
Core
No
0010360: Check if obsInstance variable in VerticalMenu output is still needed, if not remove it.
After the refactor to show the logo in issue 10340 this variable may not be used anymore.

This should be verified and the variable removed if it's now unneeded.
OBPS-Security
related to defect 0010340 closed shuehner Professional Subscription logo appears only after the Community Edition logo is displayed 
Issue History
2009-08-20 16:46shuehnerNew Issue
2009-08-20 16:46shuehnerAssigned To => alostale
2009-08-20 16:46shuehnerRelationship addedrelated to 0010340
2009-08-20 17:55shuehnerTag Attached: OBPS-Security
2009-08-20 21:10plujanStatusnew => scheduled
2009-10-07 09:58alostaleNote Added: 0020815
2009-10-07 10:02hgbotCheckin
2009-10-07 10:02hgbotNote Added: 0020817
2009-10-07 10:02hgbotStatusscheduled => resolved
2009-10-07 10:02hgbotResolutionopen => fixed
2009-10-07 10:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6db638b4cf110b9298a631d88cc128a58df5cb44 [^]
2009-10-09 10:03hgbotCheckin
2009-10-09 10:03hgbotNote Added: 0020898
2009-10-09 10:03hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/6db638b4cf110b9298a631d88cc128a58df5cb44 [^] => http://code.openbravo.com/erp/devel/pi/rev/d3b42e6c8f1a018b199b8059d006dd7a44a13cac [^]
2009-10-15 14:47shuehnerStatusresolved => closed
2009-10-15 14:47shuehnerNote Added: 0021058
2009-10-15 14:47shuehnerFixed in Version => pi
2009-10-16 00:00anonymoussf_bug_id0 => 2880172

Notes
(0020815)
alostale   
2009-10-07 09:58   
It is not used anymore, it was used by the setOPSLogo() method in utils.js which was removed in 0010340
(0020817)
hgbot   
2009-10-07 10:02   
Repository: erp/devel/pi
Changeset: 6db638b4cf110b9298a631d88cc128a58df5cb44
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Oct 07 10:00:55 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6db638b4cf110b9298a631d88cc128a58df5cb44 [^]

fixed bug 0010360: Check if obsInstance variable in VerticalMenu output is still needed

---
M src/org/openbravo/erpCommon/utility/VerticalMenu.html
M src/org/openbravo/erpCommon/utility/VerticalMenu.java
M src/org/openbravo/erpCommon/utility/VerticalMenu.xml
---
(0020898)
hgbot   
2009-10-09 10:03   
Repository: erp/devel/pi
Changeset: d3b42e6c8f1a018b199b8059d006dd7a44a13cac
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Oct 09 10:02:49 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d3b42e6c8f1a018b199b8059d006dd7a44a13cac [^]

related to issue 0010360: opsinstance variable was also used in InstanceManagement

---
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.xml
---
(0021058)
shuehner   
2009-10-15 14:47   
Verified. The variable definition has been completely removed. Searching for the variable name did not show any users anymore.