Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035979 | Openbravo ERP | A. Platform | public | 2017-05-11 19:15 | 2017-05-29 17:43 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2017-04-08 |
Regression introduced in release | pi |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/554d8c055ea2e7cb078c405634e41c14079bd61e [^] |
Triggers an Emergency Pack | No |
|
Summary | 0035979: The size of the company image in the navigation bar is not updated properly |
Description | The size of the company image in the navigation bar is not updated properly when switching between different clients, this is because since[1] its value is cached as part of the static resources
[1] 35852: Add a mechanism to cache the static resources |
Steps To Reproduce | 1) Log-in as F&B International Group
2) Notice that the company image is displayed properly
3) Switch to System Administrator Role -> the company image overlaps the OB3 logo (see attached)
|
Proposed Solution | Calculate the dynamic values with the SessionDynamic request instead of calculating them with the Application component |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0035852 | | closed | caristu | Add a mechanism to cache the static resources |
|
Attached Files | wrongImage.png (7,167) 2017-05-11 19:15 https://issues.openbravo.com/file_download.php?file_id=10749&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2017-05-11 19:15 | caristu | New Issue | |
2017-05-11 19:15 | caristu | Assigned To | => caristu |
2017-05-11 19:15 | caristu | Modules | => Core |
2017-05-11 19:15 | caristu | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/554d8c055ea2e7cb078c405634e41c14079bd61e [^] |
2017-05-11 19:15 | caristu | Triggers an Emergency Pack | => No |
2017-05-11 19:15 | caristu | Regression level | => Pre packaging ( pi ) |
2017-05-11 19:15 | caristu | Regression date | => 2017-04-08 |
2017-05-11 19:15 | caristu | Regression introduced in release | => pi |
2017-05-11 19:15 | caristu | File Added: wrongImage.png | |
2017-05-11 19:16 | caristu | Relationship added | caused by 0035852 |
2017-05-11 19:18 | caristu | Status | new => scheduled |
2017-05-15 08:35 | hgbot | Checkin | |
2017-05-15 08:35 | hgbot | Note Added: 0096577 | |
2017-05-15 08:35 | hgbot | Checkin | |
2017-05-15 08:35 | hgbot | Note Added: 0096578 | |
2017-05-15 08:35 | hgbot | Status | scheduled => resolved |
2017-05-15 08:35 | hgbot | Resolution | open => fixed |
2017-05-15 08:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/14a400b89ef1980f3f6ea37496837b36cbabfcfe [^] |
2017-05-15 08:38 | caristu | Review Assigned To | => alostale |
2017-05-15 10:39 | hgbot | Checkin | |
2017-05-15 10:39 | hgbot | Note Added: 0096584 | |
2017-05-15 13:24 | alostale | Note Added: 0096594 | |
2017-05-15 13:24 | alostale | Status | resolved => closed |
2017-05-15 13:24 | alostale | Fixed in Version | => 3.0PR17Q3 |
2017-05-29 09:17 | hgbot | Checkin | |
2017-05-29 09:17 | hgbot | Note Added: 0096839 | |
2017-05-29 17:43 | hudsonbot | Checkin | |
2017-05-29 17:43 | hudsonbot | Note Added: 0096966 | |
Notes |
|
(0096577)
|
hgbot
|
2017-05-15 08:35
|
|
|
|
(0096578)
|
hgbot
|
2017-05-15 08:35
|
|
Repository: erp/devel/pi
Changeset: 14a400b89ef1980f3f6ea37496837b36cbabfcfe
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon May 15 08:33:15 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/14a400b89ef1980f3f6ea37496837b36cbabfcfe [^]
fixes issue 35979: The size of the company image is not updated properly
After the changes introduced on issue 0035852, the values generated by the application component are cached together with the rest of the javascript static code. Some of those values (like the company image) can be differente depending on the session context, therefore they can not be cached. For this reason now they are calculated with the SessionDynamic request.
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ApplicationComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ApplicationDynamicComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-dynamic-js.ftl
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-js.ftl
---
|
|
|
(0096584)
|
hgbot
|
2017-05-15 10:39
|
|
|
|
|
|
|
(0096839)
|
hgbot
|
2017-05-29 09:17
|
|
|
|
|
|