Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0012383
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajorhave not tried2010-02-22 12:562010-04-09 00:00
ReportergmauleonView Statuspublic 
Assigned Todbaz 
PriorityimmediateResolutionfixedFixed in Version2.50MP15
StatusclosedFix in branchFixed in SCM revisionf9187aa87fe8
ProjectionnoneETAnoneTarget Version2.50MP14
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0012383: The JS openServletNewWindow not working with new naming rule

DescriptionWhen 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"
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0012712 closeddalsasua Modules Error when accessing to any window 

-  Notes
(0024695)
alostale (manager)
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 (developer)
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.

- 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 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
Powered by Mantis Bugtracker