Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009723Openbravo ERPA. Platformpublic2009-06-30 16:382009-10-16 00:00
alostale 
alostale 
urgentminoralways
closedfixed 
5
pi 
pi 
Core
No
0009723: Not possible to modularize login window
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.
No tags attached.
related to design defect 0009539 acknowledged Triage Platform Base Not possible to modularize plantilla.jrxml 
Issue History
2009-06-30 16:38alostaleNew Issue
2009-06-30 16:38alostaleAssigned To => alostale
2009-06-30 16:38alostaleRelationship addedrelated to 0009539
2009-06-30 21:26psarobeStatusnew => scheduled
2009-06-30 21:26psarobefix_in_branch => pi
2009-10-07 11:11alostaleNote Added: 0020823
2009-10-07 11:12hgbotCheckin
2009-10-07 11:12hgbotNote Added: 0020824
2009-10-07 11:12hgbotStatusscheduled => resolved
2009-10-07 11:12hgbotResolutionopen => fixed
2009-10-07 11:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c94a75afdb53f4c8d5189d65d4be30cead2bf84a [^]
2009-10-07 12:49hgbotCheckin
2009-10-07 12:49hgbotNote Added: 0020835
2009-10-07 12:49hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/c94a75afdb53f4c8d5189d65d4be30cead2bf84a [^] => http://code.openbravo.com/erp/devel/pi/rev/dbffe1c8bf2b5e1160b6ee6da7984181abe354ee [^]
2009-10-15 17:15shuehnerStatusresolved => closed
2009-10-15 17:15shuehnerNote Added: 0021079
2009-10-15 17:15shuehnerFixed in Version => pi
2009-10-16 00:00anonymoussf_bug_id0 => 2880169

Notes
(0020823)
alostale   
2009-10-07 11:11   
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
---
(0021079)
shuehner   
2009-10-15 17:15   
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.