Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035966 | Openbravo ERP | A. Platform | public | 2017-05-10 10:12 | 2017-05-29 17:43 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | immediate | Severity | minor | Reproducibility | N/A |
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-06 |
Regression introduced in release | pi |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/68a8d2bbfff523ea5d907e4e963ae4ff296403d7 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0035966: Custom skins for the login page are not working |
Description | After the changes introduced on issue 0035386 the login page skin can not be customized properly. |
Steps To Reproduce | 1) Install the module Skin:Blue
2) Log-in as System Admin and in the [Session Preferences] window, choose the "Blue" skin
3) Log-out. Notice that the styles of the log-in page are missing (see attached image). |
Proposed Solution | The problem is caused because the Login page now uses a new css file (loginStyles.css) which is not present in the expected location that contains the skin resources. |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0035386 | | closed | caristu | Login page needs some clean up |
|
Attached Files | loginWrong.png (14,226) 2017-05-10 10:13 https://issues.openbravo.com/file_download.php?file_id=10745&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2017-05-10 10:12 | caristu | New Issue | |
2017-05-10 10:12 | caristu | Assigned To | => caristu |
2017-05-10 10:12 | caristu | Modules | => Core |
2017-05-10 10:12 | caristu | Regression level | => Pre packaging ( pi ) |
2017-05-10 10:12 | caristu | Regression date | => 2017-04-06 |
2017-05-10 10:12 | caristu | Regression introduced in release | => pi |
2017-05-10 10:12 | caristu | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/68a8d2bbfff523ea5d907e4e963ae4ff296403d7 [^] |
2017-05-10 10:12 | caristu | Triggers an Emergency Pack | => No |
2017-05-10 10:13 | caristu | Relationship added | caused by 0035386 |
2017-05-10 10:13 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15141#r15141 |
2017-05-10 10:13 | caristu | File Added: loginWrong.png | |
2017-05-10 10:17 | caristu | Description Updated | bug_revision_view_page.php?rev_id=15143#r15143 |
2017-05-10 10:19 | caristu | Summary | Custom skins of the login page are not working => Custom skins for the login page are not working |
2017-05-10 10:19 | caristu | Proposed Solution updated | |
2017-05-10 16:28 | hgbot | Checkin | |
2017-05-10 16:28 | hgbot | Note Added: 0096517 | |
2017-05-10 16:28 | hgbot | Status | new => resolved |
2017-05-10 16:28 | hgbot | Resolution | open => fixed |
2017-05-10 16:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2406203ff921ec475165a8e7ffd1673c6366c30f [^] |
2017-05-10 16:42 | hgbot | Checkin | |
2017-05-10 16:42 | hgbot | Note Added: 0096522 | |
2017-05-10 16:47 | caristu | Review Assigned To | => alostale |
2017-05-15 13:36 | alostale | Note Added: 0096595 | |
2017-05-15 13:36 | alostale | Status | resolved => closed |
2017-05-15 13:36 | alostale | Fixed in Version | => 3.0PR17Q3 |
2017-05-29 17:43 | hudsonbot | Checkin | |
2017-05-29 17:43 | hudsonbot | Note Added: 0096956 | |
2017-05-29 17:43 | hudsonbot | Checkin | |
2017-05-29 17:43 | hudsonbot | Note Added: 0096957 | |
Notes |
|
(0096517)
|
hgbot
|
2017-05-10 16:28
|
|
Repository: erp/devel/pi
Changeset: 2406203ff921ec475165a8e7ffd1673c6366c30f
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed May 10 16:23:39 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2406203ff921ec475165a8e7ffd1673c6366c30f [^]
fixes issue 35966: Custom skins for the login page are not working
After the changes introduced on issue 0035386, the loginStyles.css file is requested to load all the styles required for the login page. Since then, as this new file is not included in the modules that provides a new skin, the styles could not be loaded properly.
To avoid this problem in a transparent way, when compiling the loginStyles.css is copied together with the skin resources in the proper location. This file will be a copy of the Openbravo_ERP_250.css file provided by the skin itself.
---
M src-trl/src/org/openbravo/translate/RTLSkin.java
---
|
|
|
(0096522)
|
hgbot
|
2017-05-10 16:42
|
|
|
|
|
|
|
|
|
|
|
|