Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012383 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2010-02-22 12:56 | 2010-04-09 00:00 | |||
Reporter | gmauleon | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 2.50MP15 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f9187aa87fe8 | ||||
Projection | none | ETA | none | Target Version | 2.50MP14 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0012383: The JS openServletNewWindow not working with new naming rule | |||||||
Description | When Aplying the new naming rules to our module, a button within the form is using the JS openServletNewWindow its not working with the following error "/openbravo/org.openbravo.growthmachine/utility/PopupLoading.html" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||
|
![]() |
|
(0024695) alostale (viewer) 2010-02-22 14:56 |
The problem seems to be in Openpopup js (utils.js), it tries to open the PopupLoading.html servlet in a relative manner: var urlLoading = '../utility/PopupLoading.html'; It should look its absolute path: var urlLoading = '/utility/PopupLoading.html'; Please, review also other relative paths in our JavaScript functions. |
(0024740) hgbot (developer) 2010-02-23 12:15 |
Repository: erp/devel/pi Changeset: f9187aa87fe8d3cee700ab5ef6766944212e4fb4 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Tue Feb 23 12:13:46 2010 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/f9187aa87fe8d3cee700ab5ef6766944212e4fb4 [^] Fixed issue 12383: Added absolute urls to utils.js related functions --- M src/org/openbravo/erpCommon/security/Login_F1.html M src/org/openbravo/erpCommon/utility/VerticalMenu.html M web/js/utils.js --- |
(0025307) hudsonbot (viewer) 2010-03-12 22:39 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/f9187aa87fe8 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/631c626866c1 [^] Tests: http://builds.openbravo.com/view/devel-int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16685.obx [^] |
(0025988) shuehner (administrator) 2010-04-08 17:15 |
Tested with module provided by reporter that issue itself is fixed. Additionally checked use of changed code-parts by opening each url at least once. |
![]() |
|||
Date Modified | Username | Field | Change |
2010-02-22 12:56 | gmauleon | New Issue | |
2010-02-22 12:56 | gmauleon | Assigned To | => alostale |
2010-02-22 12:56 | gmauleon | OBNetwork customer | => No |
2010-02-22 14:56 | alostale | Assigned To | alostale => dbaz |
2010-02-22 14:56 | alostale | Note Added: 0024695 | |
2010-02-23 12:15 | hgbot | Checkin | |
2010-02-23 12:15 | hgbot | Note Added: 0024740 | |
2010-02-23 12:15 | hgbot | Status | new => resolved |
2010-02-23 12:15 | hgbot | Resolution | open => fixed |
2010-02-23 12:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f9187aa87fe8d3cee700ab5ef6766944212e4fb4 [^] |
2010-03-08 16:06 | jpabloae | Target Version | 2.50MP13 => 2.50MP14 |
2010-03-12 22:39 | hudsonbot | Checkin | |
2010-03-12 22:39 | hudsonbot | Note Added: 0025307 | |
2010-04-08 17:15 | shuehner | Note Added: 0025988 | |
2010-04-08 17:15 | shuehner | Status | resolved => closed |
2010-04-08 17:15 | shuehner | Fixed in Version | => 2.50MP15 |
2010-04-09 00:00 | anonymous | sf_bug_id | 0 => 2984165 |
2010-04-09 11:56 | adrianromero | Relationship added | blocks 0012712 |
Copyright © 2000 - 2009 MantisBT Group |