Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0018575 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | major | always | 2011-09-20 20:36 | 2011-10-12 02:01 | |||
Reporter | pjuvara | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | d429a6d5167f | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | main | SCM revision | 5aa80e898e21 | |||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0018575: Product registration form does not work properly when invoked from the menu | |||||||
Description | The first time that a user logs in as System Administrator, the Product Registration dialog is presented. See screenshot. This dialog works properly and if the user chooses to register, the system_id, database_id and mac_id are passed to the registration form as parameters: An example of URL invoked by this form is: http://www.openbravo.com/embedreg/form/?system_id=966b25c5-5ae0-4257-b439-7e5dec7d7cde&database_id=ceee7fd8&mac_id=a1d98fa7 [^] If users decide to decline registration, this dialog is available in the menu under General Setup / Application / Register. That function should present the same dialog again. Instead, it presents a 2.50 style branding page, poorly formatted. See screenshot. The registration form is invoked properly but only system_id is passed as a parameter. Database_id and mac_id are lost. | |||||||
Steps To Reproduce | In a fresh instance, login as system administrator. Decline registration Invoke registration from menu | |||||||
Proposed Solution | The menu should present the same dialog that is presented upon the first login. | |||||||
Tags | No tags attached. | |||||||
Attached Files | Openbravo - Registration.png [^] (162,451 bytes) 2011-09-20 20:36
Openbravo - Register-Failing.png [^] (81,508 bytes) 2011-09-20 20:37 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0041195) iciordia (manager) 2011-09-21 15:23 |
Another related fix to this issue: the form should be submitted to http://pages.openbravo.com/registration.html [^] instead of http://www.openbravo.com/embedreg/form [^] Please notice that the form passes 3 parameters, system_id, database_id and mac_id and we need to preserve them. |
(0041267) hgbot (developer) 2011-09-24 13:39 |
Repository: erp/devel/pi Changeset: 2c31d8a3fedcfacf8fd448a7c37a15e3574ccaee Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Sat Sep 24 07:36:56 2011 -0400 URL: http://code.openbravo.com/erp/devel/pi/rev/2c31d8a3fedcfacf8fd448a7c37a15e3574ccaee [^] related to issue 18575: Product registration form does not work properl Removed 2.50 register implementation --- M src-db/database/sourcedata/AD_FORM.xml M src-db/database/sourcedata/AD_MENU.xml M src-db/database/sourcedata/AD_MODEL_OBJECT.xml M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml M src-db/database/sourcedata/AD_TREENODE.xml R src/org/openbravo/erpCommon/utility/Register.java --- |
(0041268) hgbot (developer) 2011-09-24 13:39 |
Repository: erp/devel/pi Changeset: d429a6d5167ff932669d1aad1432b3375fa37f83 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Sat Sep 24 07:39:13 2011 -0400 URL: http://code.openbravo.com/erp/devel/pi/rev/d429a6d5167ff932669d1aad1432b3375fa37f83 [^] fixed bug 18575: Product registration form does not work properly Invoke 3.0 register implementation when calling from menu --- M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MENU.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TREENODE.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/OBUIAPP_VIEW_IMPL.xml M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js A modules/org.openbravo.client.application/src-db/database/sourcedata/OBUIAPP_MENU_PARAMETERS.xml --- |
(0041471) hgbot (developer) 2011-10-03 18:54 |
Repository: erp/devel/pi Changeset: a07becfb086540d54ebf8bb5885b22429e682f50 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Oct 03 18:54:10 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/a07becfb086540d54ebf8bb5885b22429e682f50 [^] Related to issue 18575. Remove ad_form_access insertion related to old window --- M src-db/database/model/postscript-Oracle.sql M src-db/database/model/postscript-PostgreSql.sql --- |
(0041488) hgbot (developer) 2011-10-04 11:38 |
Repository: erp/devel/pi Changeset: 488d0efa1c3adb9bb91434927203f81c07787089 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Oct 04 11:37:55 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/488d0efa1c3adb9bb91434927203f81c07787089 [^] Related to issue 18575. Add obuiapp_view_impl_acess entry for registration window until issue 18689 is fixed --- M src-db/database/model/postscript-Oracle.sql M src-db/database/model/postscript-PostgreSql.sql --- |
(0041702) hudsonbot (developer) 2011-10-12 01:59 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9bd2b5c2d982 [^] Maturity status: Test |
(0041703) hudsonbot (developer) 2011-10-12 01:59 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9bd2b5c2d982 [^] Maturity status: Test |
(0041749) hudsonbot (developer) 2011-10-12 02:01 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9bd2b5c2d982 [^] Maturity status: Test |
(0041752) hudsonbot (developer) 2011-10-12 02:01 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9bd2b5c2d982 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2011-09-20 20:36 | pjuvara | New Issue | |
2011-09-20 20:36 | pjuvara | Assigned To | => jonalegriaesarte |
2011-09-20 20:36 | pjuvara | File Added: Openbravo - Registration.png | |
2011-09-20 20:36 | pjuvara | Modules | => Core |
2011-09-20 20:37 | pjuvara | File Added: Openbravo - Register-Failing.png | |
2011-09-21 15:23 | iciordia | Note Added: 0041195 | |
2011-09-24 11:49 | iciordia | Assigned To | jonalegriaesarte => alostale |
2011-09-24 13:39 | hgbot | Checkin | |
2011-09-24 13:39 | hgbot | Note Added: 0041267 | |
2011-09-24 13:39 | hgbot | Checkin | |
2011-09-24 13:39 | hgbot | Note Added: 0041268 | |
2011-09-24 13:39 | hgbot | Status | new => resolved |
2011-09-24 13:39 | hgbot | Resolution | open => fixed |
2011-09-24 13:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d429a6d5167ff932669d1aad1432b3375fa37f83 [^] |
2011-09-27 14:01 | shuehner | Relationship added | related to 0018615 |
2011-10-03 18:54 | hgbot | Checkin | |
2011-10-03 18:54 | hgbot | Note Added: 0041471 | |
2011-10-04 11:38 | hgbot | Checkin | |
2011-10-04 11:38 | hgbot | Note Added: 0041488 | |
2011-10-04 11:41 | marvintm | Relationship added | related to 0018689 |
2011-10-04 12:03 | marvintm | Status | resolved => closed |
2011-10-12 01:59 | hudsonbot | Checkin | |
2011-10-12 01:59 | hudsonbot | Note Added: 0041702 | |
2011-10-12 01:59 | hudsonbot | Checkin | |
2011-10-12 01:59 | hudsonbot | Note Added: 0041703 | |
2011-10-12 02:01 | hudsonbot | Checkin | |
2011-10-12 02:01 | hudsonbot | Note Added: 0041749 | |
2011-10-12 02:01 | hudsonbot | Checkin | |
2011-10-12 02:01 | hudsonbot | Note Added: 0041752 |
Copyright © 2000 - 2009 MantisBT Group |