Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010340
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2009-08-19 16:552009-08-21 00:00
ReporterplujanView Statuspublic 
Assigned Toshuehner 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision6e7aeed85875
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010340: Professional Subscription logo appears only after the Community Edition logo is displayed

DescriptionI have a Professional Subscription site. When I navigate the application, the page is displayed first with the standard Openbravo Comunity Edition logo (the one that says "Powered by Openbravo"). After the page is fully loaded, the image is replaced by the correct one (the one that says "Openbravo Professional")
Steps To ReproduceUsing an OPS app, navigate through the pages, opening windows.
TagsOBPS-Security
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0010360 closedalostale Check if obsInstance variable in VerticalMenu output is still needed, if not remove it. 

-  Notes
(0019117)
hgbot (developer)
2009-08-20 15:37

Repository: erp/devel/pi
Changeset: fdebd666abc967ed5b269abd1f14c40545f5ff24
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 15:36:29 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fdebd666abc967ed5b269abd1f14c40545f5ff24 [^]

Fixed 10340: Change the to display the openbravo logo (either community or ops logo)
- Remove changing logo css class by javascript
- Load image not directly but via a servlet returning the 'correct' logo based on instance activation status (cached)
- Add helper to alert user to clean cache once when instance activation status changes
- Add this helper to Login page and Instance management page

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
M web/skins/Default/Openbravo_ERP_250.css
A src/org/openbravo/erpCommon/obps/CheckCleanCache.java
A src/org/openbravo/erpCommon/obps/GetOpsLogo.java
---
(0019132)
hgbot (developer)
2009-08-20 17:47

Repository: erp/devel/pi
Changeset: d5506fd603d1f6dfe76bc801e631b90543e34302
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 17:43:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d5506fd603d1f6dfe76bc801e631b90543e34302 [^]

Issue 10340: Increase the revision number to force one clear cache after change to javascript

---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
(0019147)
hgbot (developer)
2009-08-20 19:28

Repository: erp/devel/pi
Changeset: ccbf0080750b7f43b9bfa5b2eefeabb9b3f93181
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 19:28:08 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ccbf0080750b7f43b9bfa5b2eefeabb9b3f93181 [^]

Issue 10340: Only display alert popup once when both conditions are true
Alert was shown twice if js-files uptodate check and instance active status
check triggered at the same time.

---
M src/org/openbravo/erpCommon/security/Login_F1.html
---
(0019151)
hgbot (developer)
2009-08-20 20:13

Repository: erp/devel/pi
Changeset: 6e7aeed85875390788cd8c912bac384f0309745d
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Aug 20 20:12:44 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6e7aeed85875390788cd8c912bac384f0309745d [^]

Issue 10340: Rename GetOpsLogo.png request by GetOpenbravoLogo.png as it better matches its use

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/erpCommon/obps/ActivationKey.java
M web/skins/Default/Openbravo_ERP_250.css
A src/org/openbravo/erpCommon/obps/GetOpenbravoLogo.java
R src/org/openbravo/erpCommon/obps/GetOpsLogo.java
---

- Issue History
Date Modified Username Field Change
2009-08-19 16:55 plujan New Issue
2009-08-19 16:55 plujan Assigned To => alostale
2009-08-19 17:05 plujan Tag Attached: OBPS-Security
2009-08-19 17:06 plujan Status new => scheduled
2009-08-19 17:06 plujan fix_in_branch => pi
2009-08-19 18:17 shuehner Assigned To alostale => shuehner
2009-08-19 18:17 shuehner Priority normal => immediate
2009-08-19 18:17 shuehner fix_in_branch pi =>
2009-08-20 15:37 hgbot Checkin
2009-08-20 15:37 hgbot Note Added: 0019117
2009-08-20 15:37 hgbot Status scheduled => resolved
2009-08-20 15:37 hgbot Resolution open => fixed
2009-08-20 15:37 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fdebd666abc967ed5b269abd1f14c40545f5ff24 [^]
2009-08-20 16:46 shuehner Relationship added related to 0010360
2009-08-20 17:47 hgbot Checkin
2009-08-20 17:47 hgbot Note Added: 0019132
2009-08-20 17:47 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/fdebd666abc967ed5b269abd1f14c40545f5ff24 [^] => http://code.openbravo.com/erp/devel/pi/rev/d5506fd603d1f6dfe76bc801e631b90543e34302 [^]
2009-08-20 19:28 hgbot Checkin
2009-08-20 19:28 hgbot Note Added: 0019147
2009-08-20 19:28 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/d5506fd603d1f6dfe76bc801e631b90543e34302 [^] => http://code.openbravo.com/erp/devel/pi/rev/ccbf0080750b7f43b9bfa5b2eefeabb9b3f93181 [^]
2009-08-20 20:13 hgbot Checkin
2009-08-20 20:13 hgbot Note Added: 0019151
2009-08-20 20:13 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/ccbf0080750b7f43b9bfa5b2eefeabb9b3f93181 [^] => http://code.openbravo.com/erp/devel/pi/rev/6e7aeed85875390788cd8c912bac384f0309745d [^]
2009-08-20 21:06 plujan Status resolved => closed
2009-08-21 00:00 anonymous sf_bug_id 0 => 2841485


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker