Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009723 | Openbravo ERP | A. Platform | public | 2009-06-30 16:38 | 2009-10-16 00:00 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009723: Not possible to modularize login window |
Description | It is not possible to easily modularize login window.
There's a wired workarround which consists in creating a new servlet in the module for this window and then in a template change the mapping for login to the new servlet. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0009539 | | acknowledged | Triage Platform Base | Not possible to modularize plantilla.jrxml |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-30 16:38 | alostale | New Issue | |
2009-06-30 16:38 | alostale | Assigned To | => alostale |
2009-06-30 16:38 | alostale | Relationship added | related to 0009539 |
2009-06-30 21:26 | psarobe | Status | new => scheduled |
2009-06-30 21:26 | psarobe | fix_in_branch | => pi |
2009-10-07 11:11 | alostale | Note Added: 0020823 | |
2009-10-07 11:12 | hgbot | Checkin | |
2009-10-07 11:12 | hgbot | Note Added: 0020824 | |
2009-10-07 11:12 | hgbot | Status | scheduled => resolved |
2009-10-07 11:12 | hgbot | Resolution | open => fixed |
2009-10-07 11:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c94a75afdb53f4c8d5189d65d4be30cead2bf84a [^] |
2009-10-07 12:49 | hgbot | Checkin | |
2009-10-07 12:49 | hgbot | Note Added: 0020835 | |
2009-10-07 12:49 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/c94a75afdb53f4c8d5189d65d4be30cead2bf84a [^] => http://code.openbravo.com/erp/devel/pi/rev/dbffe1c8bf2b5e1160b6ee6da7984181abe354ee [^] |
2009-10-15 17:15 | shuehner | Status | resolved => closed |
2009-10-15 17:15 | shuehner | Note Added: 0021079 | |
2009-10-15 17:15 | shuehner | Fixed in Version | => pi |
2009-10-16 00:00 | anonymous | sf_bug_id | 0 => 2880169 |
Notes |
|
|
Currently Login window can be customized using the new image reference for setting the logos.
Apart of that a new entry is going to be added to maintain the Support Contact info.
With these two improvements the standard customization can be easily done through data in database. More complex customization still can be done with the previous approach (defining the servlet implementation in a template) |
|
|
(0020824)
|
hgbot
|
2009-10-07 11:12
|
|
Repository: erp/devel/pi
Changeset: c94a75afdb53f4c8d5189d65d4be30cead2bf84a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Oct 07 11:11:28 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c94a75afdb53f4c8d5189d65d4be30cead2bf84a [^]
fixed bug 0009723: Not possible to modularize login window
---
M src-db/database/model/tables/AD_SYSTEM_INFO.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/security/Login.java
M src/org/openbravo/erpCommon/security/Login_F1.html
M src/org/openbravo/erpCommon/security/Login_F1.xml
M src/org/openbravo/erpCommon/security/SessionLogin_data.xsql
M src/org/openbravo/erpCommon/utility/ImageToDatabaseLoader.java
---
|
|
|
(0020835)
|
hgbot
|
2009-10-07 12:49
|
|
Repository: erp/devel/pi
Changeset: dbffe1c8bf2b5e1160b6ee6da7984181abe354ee
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Oct 07 12:49:05 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/dbffe1c8bf2b5e1160b6ee6da7984181abe354ee [^]
related to issue 0009723: Resize new column
---
M src-db/database/model/tables/AD_SYSTEM_INFO.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
Verified. Logos for company and it-support and it-support webpage can be configured in the system without the need to make manual changes to the login page itself. Note to developer: explanation on how to change the it-support web-page is needed in the configuration manual. |
|