Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005954 | Openbravo ERP | 07. Sales management | public | 2008-11-13 12:05 | 2008-12-01 14:37 |
|
| Reporter | gorkaion | |
| Assigned To | pheenan | |
| Priority | urgent | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 20 | OS Version | Gentoo |
| Product Version | pi | |
| Target Version | | Fixed in Version | pi | |
| 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 | 0005954: can not print or mail sales or purchase orders |
| Description | When you try to print or send by mail a purchase or sales order you get a 404 error.
HTTP Status 404 - /openbravo/orders/print.html
type Status report
message /openbravo/orders/print.html
description The requested resource (/openbravo/orders/print.html) is not available. |
| Steps To Reproduce | Login as OpenbravoAdmin and go to Purchase Order window, try to print any order. |
| Proposed Solution | The web.xml does not have the servlet-mapping for /orders/print.html nor /orders/send.html |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | has duplicate | defect | 0006045 | | closed | rafaroda | Email button in the toolbar does not work | | has duplicate | defect | 0006046 | | closed | rafaroda | Print button in toolbar doesn't work |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2008-11-13 12:05 | gorkaion | New Issue | |
| 2008-11-13 12:05 | gorkaion | Assigned To | => rafaroda |
| 2008-11-13 12:05 | gorkaion | sf_bug_id | 0 => 2275861 |
| 2008-11-13 12:05 | gorkaion | OBNetwork customer | => No |
| 2008-11-13 12:05 | gorkaion | Regression testing | => No |
| 2008-11-19 10:05 | pheenan | Note Added: 0010392 | |
| 2008-11-19 11:15 | svnbot | Checkin | |
| 2008-11-19 11:15 | svnbot | Note Added: 0010394 | |
| 2008-11-19 11:15 | svnbot | svn_revision | => 10226 |
| 2008-11-19 11:16 | pheenan | Status | new => scheduled |
| 2008-11-19 11:16 | pheenan | Assigned To | rafaroda => pheenan |
| 2008-11-19 11:16 | pheenan | fix_in_branch | => trunk |
| 2008-11-19 11:17 | pheenan | Status | scheduled => resolved |
| 2008-11-19 11:17 | pheenan | Fixed in Version | => trunk |
| 2008-11-19 11:17 | pheenan | Resolution | open => fixed |
| 2008-11-19 11:17 | pheenan | Note Added: 0010395 | |
| 2008-11-19 12:33 | pheenan | Relationship added | has duplicate 0006045 |
| 2008-11-19 12:35 | pheenan | Relationship added | has duplicate 0006046 |
| 2008-12-01 14:37 | krishna | Status | resolved => closed |
|
Notes |
|
|
|
Due to a change in the generation of the web.xml and the structure of the AD_MODEL_OBJECT table the required servlets are not being included in the web.xml generated by WAD.
Have updated the object_type column in the database to include these servlets, requires a compile to regenerate the web.xml. |
|
|
|
(0010394)
|
|
svnbot
|
|
2008-11-19 11:15
|
|
Repository: openbravo
Revision: 10226
Author: pheenan
Date: 2008-11-19 11:15:16 +0100 (Wed, 19 Nov 2008)
Fix bug 0005954. Added 'S' value to the object_type column in AD_MODEL_OBJECT. Print servlets are not being recognised and added to the web.xml.
---
U trunk/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
---
https://dev.openbravo.com/websvn/openbravo/?rev=10226&sc=1 [^]
|
|
|
|
|
|
Updated OBJECT_TYPE column with value 'S'. Servlets now recognised by WAD and added to the web.xml |
|