Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012383 | Openbravo ERP | A. Platform | public | 2010-02-22 12:56 | 2010-04-09 00:00 |
|
Reporter | gmauleon | |
Assigned To | dbaz | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP14 | Fixed in Version | 2.50MP15 | |
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" |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0012712 | | closed | dalsasua | Modules | Error when accessing to any window |
|
Attached Files | |
|
Issue History |
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 |
Notes |
|
|
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
|
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
---
|
|
|
|
|
|
|
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. |
|