Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011704Openbravo ERPA. Platformpublic2009-12-09 12:512009-12-12 00:00
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
pi 
pi 
Core
No
0011704: Wad validation of module naming in HTML paths always assumes a . (dot), probably also the / should be allowed
See the following validation message:
package.module:
     [echo] Validating Module...
[WADValidation] 0 [main] ERROR org.openbravo.wad.validation.WADValidationResult - +++++++++++++++++++++++++++++++++++++++++++++++++++
[WADValidation] 2 [main] ERROR org.openbravo.wad.validation.WADValidationResult - Errors for Validation type: HTML Mapping
[WADValidation] 2 [main] ERROR org.openbravo.wad.validation.WADValidationResult - +++++++++++++++++++++++++++++++++++++++++++++++++++
[WADValidation] 2 [main] ERROR org.openbravo.wad.validation.WADValidationResult - Form Multi Business Partner Selector has mapping: /org.openbravo.utility.multiplebpselector/ExampleSelectorUsage.html. But it should start with /org.openbravo.utility.multiplebpselector.

It is custom to have a two level path to a html file. When using a module it useful to use the module package as the first part of the path and then have the html file name. However, the current Openbravo WAD Validation does not allow this.
Allow both a dot as a / as a last delimiter in the mapping.
No tags attached.
Issue History
2009-12-09 12:51mtaalNew Issue
2009-12-09 12:51mtaalAssigned To => mtaal
2009-12-09 13:00hgbotCheckin
2009-12-09 13:00hgbotNote Added: 0022580
2009-12-09 13:00hgbotStatusnew => resolved
2009-12-09 13:00hgbotResolutionopen => fixed
2009-12-09 13:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/011f092d60b12c899937f96923c0e29f00dcd88a [^]
2009-12-11 06:35hudsonbotCheckin
2009-12-11 06:35hudsonbotNote Added: 0022669
2009-12-11 06:38hudsonbotCheckin
2009-12-11 06:38hudsonbotNote Added: 0022676
2009-12-11 09:43alostaleStatusresolved => closed
2009-12-12 00:00anonymoussf_bug_id0 => 2913002

Notes
(0022580)
hgbot   
2009-12-09 13:00   
Repository: erp/devel/pi
Changeset: 011f092d60b12c899937f96923c0e29f00dcd88a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Dec 09 12:58:56 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/011f092d60b12c899937f96923c0e29f00dcd88a [^]

fixes issue 11704: Wad validation of module naming in HTML paths always assumes a . (dot), probably also the / should be allowed

---
M src-wad/src/org/openbravo/wad/validation/WADValidator_data.xsql
---
(0022669)
hudsonbot   
2009-12-11 06:35   
---
A changeset related to this issue has passed a series of tests and has been promoted to main:

Changeset: http://code.openbravo.com/erp/devel/main/rev/789f4e19eaf7 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
---
(0022676)
hudsonbot   
2009-12-11 06:38   
---
An OBX is generated including a changeset related to this issue and is available at:

OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15682.obx [^]
---