Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027689 | Openbravo ERP | A. Platform | public | 2014-09-25 18:36 | 2014-12-30 23:26 |
|
Reporter | caristu | |
Assigned To | alostale | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR15Q1 | Fixed in Version | 3.0PR15Q1 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 31235 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027689: showPrintPreview() method is not working for OBGrid class |
Description | showPrintPreview() method is not working for OBGrid class |
Steps To Reproduce | 1) Create a manual window with an OBGrid object
2) Call to the following method of the OBGrid object: showPrintPreview(), the following error is raised:
GET <server_url>/openbravo/web/org.openbravo.userinterface.smartclient/isomorphic/system/helpers/printFrame.html?id=isc_PrintCanvas_0&title=Print%20Preview 404 (Not Found) |
Proposed Solution | Include the printFrame.html file in the smartclient module to avoid the Not Found Error |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-25 18:36 | caristu | New Issue | |
2014-09-25 18:36 | caristu | Assigned To | => AugustoMauch |
2014-09-25 18:36 | caristu | OBNetwork customer | => Yes |
2014-09-25 18:36 | caristu | Modules | => Core |
2014-09-25 18:36 | caristu | Support ticket | => 31235 |
2014-09-25 18:36 | caristu | Resolution time | => 1417993200 |
2014-09-25 18:36 | caristu | Triggers an Emergency Pack | => No |
2014-09-25 18:36 | caristu | Issue Monitored: networkb | |
2014-09-29 08:31 | alostale | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-11-24 10:25 | alostale | Assigned To | AugustoMauch => alostale |
2014-11-24 10:25 | alostale | Review Assigned To | => AugustoMauch |
2014-11-24 10:26 | alostale | Note Added: 0071924 | |
2014-11-24 10:27 | hgbot | Checkin | |
2014-11-24 10:27 | hgbot | Note Added: 0071925 | |
2014-11-24 10:27 | hgbot | Checkin | |
2014-11-24 10:27 | hgbot | Note Added: 0071926 | |
2014-11-24 10:27 | hgbot | Status | new => resolved |
2014-11-24 10:27 | hgbot | Resolution | open => fixed |
2014-11-24 10:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e120a93e8a6150bd67bc6b70de17e75542613fe5 [^] |
2014-11-24 16:58 | AugustoMauch | Note Added: 0071953 | |
2014-11-24 16:58 | AugustoMauch | Status | resolved => closed |
2014-11-24 16:58 | AugustoMauch | Fixed in Version | => 3.0PR15Q1 |
2014-12-30 23:26 | hudsonbot | Checkin | |
2014-12-30 23:26 | hudsonbot | Note Added: 0073127 | |
Notes |
|
|
It can be reproduced in an instance without smartclient dev module:
-Open Alert window
-Execute in dev tools: isc_OBAlertGrid_0.showPrintPreview()ç
* An invalid request to printFrame.html is sent
* It should open a popup with loaded data but it does not |
|
|
(0071925)
|
hgbot
|
2014-11-24 10:27
|
|
|
|
(0071926)
|
hgbot
|
2014-11-24 10:27
|
|
Repository: erp/devel/pi
Changeset: e120a93e8a6150bd67bc6b70de17e75542613fe5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Nov 24 10:20:10 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e120a93e8a6150bd67bc6b70de17e75542613fe5 [^]
fixed bug 27689: added showPrintPreview SmartClient functionallity
Including SC's printFrame.html which is used by showPrintPreview
---
A modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/system/helpers/printFrame.html
---
|
|
|
|
Code reviewed and verified in pi@e120a93e8a61 |
|
|
|
|