Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040646 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | have not tried | 2019-04-18 14:02 | 2019-06-05 13:41 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | nonofrancisco | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 1fddb0a46a5b | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
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 | 0040646: use proper html escape in old selectors | |||||||
Description | Old 2.50 selectors should use standard html escape rather than ad-hoc one. Files to review: $ grep -l "extends HttpSecureAppServlet" src/org/openbravo/erpCommon/info/*.java src/org/openbravo/erpCommon/info/AccountElementValue.java src/org/openbravo/erpCommon/info/Account.java src/org/openbravo/erpCommon/info/AttributeSetInstance.java src/org/openbravo/erpCommon/info/BusinessPartner.java src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java src/org/openbravo/erpCommon/info/DebtPayment.java src/org/openbravo/erpCommon/info/DocTypeMultiple.java src/org/openbravo/erpCommon/info/ImageInfoBLOB.java src/org/openbravo/erpCommon/info/ImageInfo.java src/org/openbravo/erpCommon/info/Invoice.java src/org/openbravo/erpCommon/info/InvoiceLine.java src/org/openbravo/erpCommon/info/Location.java src/org/openbravo/erpCommon/info/Locator.java src/org/openbravo/erpCommon/info/LocatorMultiple.java src/org/openbravo/erpCommon/info/ProductComplete.java src/org/openbravo/erpCommon/info/Product.java src/org/openbravo/erpCommon/info/ProductMultiple.java src/org/openbravo/erpCommon/info/Project.java src/org/openbravo/erpCommon/info/ProjectMultiple.java src/org/openbravo/erpCommon/info/SalesOrder.java src/org/openbravo/erpCommon/info/SalesOrderLine.java src/org/openbravo/erpCommon/info/ShipmentReceipt.java src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | See attached example. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||||||||||||||||||||||||||||||
|
![]() |
|
(0111479) nonofrancisco (viewer) 2019-05-04 06:13 |
Test Plan Logged as System Administrator Set Core module in development Open Windows Tabs and Fields window Search for "Account Combination" Set Window Type : Maintain Select Combination in Tabs tab Select field Account in Fields tab Set Read Only false Rebuild the system Logged as F&B International Group Admin Open Account Combination window Create a new record Open Account selector Verify selector shows data properly Logged as System Administrator Set Core module in development Open Windows Tabs and Fields window Search for "Business Partner" Select tab "Volume Discount" Set active = true Select tab "Volume Discunt Settlement" Set active = true Logged as F&B International Group Admin Open Business Partner window Select a Business Partner Select Volume Discount tab Create a new record Select Volume Discount Settlement tab Create a new record Open Invoice selector Verify the selector show data properly Logged as System Administrator Set Core module in development Open Windows Tabs and Fields window Search for "Product" window Select Field Storage Bin Set Displayed = true Logged as F&B International Group Admin Open Product window Select a product with type = "Item" Open Storage Bin selector Verify the selector show data properly Logged as System Administrator Set Core module in development Open Tables and Columns window Search for table c_orderline Set Updatable = true to column Sales Order Open Windows Tabs and Fields window Search for "Sales Order" window Select Lines tab Select Sales Order field Set Displayed = true Set Read Only = false Rebuild the system Logged as F&B International Group Admin Open Sales Order window Create a new record Select Lines tab Create a new record Open Sales Order selector Verify the selector show data properly Logged as System Administrator Open Windows Tabs and Fields window Search for "Sales Invoice" window Select Lines tab Select Sales Order Line field Set Read Only = false Logged as F&B International Group Admin Open Sales Invoice window Create a new record Select Lines tab Create a new record Select Sales Order Line selector Verify the selector show data properly |
(0112388) hgbot (developer) 2019-06-04 17:29 |
Repository: erp/devel/pi Changeset: 1fddb0a46a5b236687570b3e5f52613b37646a03 Author: Nono Carballo <nonofce <at> gmail.com> Date: Thu May 09 14:52:16 2019 -0400 URL: http://code.openbravo.com/erp/devel/pi/rev/1fddb0a46a5b236687570b3e5f52613b37646a03 [^] Fixes issue 40646: Escapes properly HTML characters. Instead of escape HTML characters manually, a function to do so is used. --- M src/org/openbravo/erpCommon/info/Account.java M src/org/openbravo/erpCommon/info/AccountElementValue.java M src/org/openbravo/erpCommon/info/BusinessPartner.java M src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java M src/org/openbravo/erpCommon/info/DebtPayment.java M src/org/openbravo/erpCommon/info/DocTypeMultiple.java M src/org/openbravo/erpCommon/info/Invoice.java M src/org/openbravo/erpCommon/info/InvoiceLine.java M src/org/openbravo/erpCommon/info/Locator.java M src/org/openbravo/erpCommon/info/LocatorMultiple.java M src/org/openbravo/erpCommon/info/Product.java M src/org/openbravo/erpCommon/info/ProductComplete.java M src/org/openbravo/erpCommon/info/ProductMultiple.java M src/org/openbravo/erpCommon/info/Project.java M src/org/openbravo/erpCommon/info/ProjectMultiple.java M src/org/openbravo/erpCommon/info/SalesOrder.java M src/org/openbravo/erpCommon/info/SalesOrderLine.java M src/org/openbravo/erpCommon/info/ShipmentReceipt.java M src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java --- |
(0112394) Sandrahuguet (viewer) 2019-06-04 17:57 |
code review + testing ok |
(0112418) hudsonbot (viewer) 2019-06-05 13:41 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/8e20cc58f41d [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2019-04-18 14:02 | alostale | New Issue | |
2019-04-18 14:02 | alostale | Assigned To | => Triage Finance |
2019-04-18 14:02 | alostale | OBNetwork customer | => No |
2019-04-18 14:02 | alostale | Modules | => Core |
2019-04-18 14:02 | alostale | Triggers an Emergency Pack | => No |
2019-04-18 14:03 | alostale | File Added: 40646-example.diff | |
2019-04-18 14:03 | alostale | Relationship added | related to 0040524 |
2019-04-18 15:55 | alostale | Relationship added | related to 0040647 |
2019-04-25 10:17 | alostale | Description Updated | View Revisions |
2019-04-25 10:26 | Sandrahuguet | Assigned To | Triage Finance => nonofrancisco |
2019-05-02 05:26 | nonofrancisco | Status | new => scheduled |
2019-05-04 06:10 | nonofrancisco | Status | scheduled => acknowledged |
2019-05-04 06:11 | nonofrancisco | Status | acknowledged => scheduled |
2019-05-04 06:11 | nonofrancisco | Relationship deleted | depends on 0040736 |
2019-05-04 06:12 | nonofrancisco | Relationship deleted | depends on 0040737 |
2019-05-04 06:12 | nonofrancisco | Relationship deleted | depends on 0040738 |
2019-05-04 06:13 | nonofrancisco | Note Added: 0111479 | |
2019-05-10 20:33 | nonofrancisco | Status | scheduled => acknowledged |
2019-05-10 20:34 | nonofrancisco | Relationship deleted | depends on 0040769 |
2019-05-10 20:34 | nonofrancisco | Relationship deleted | depends on 0040770 |
2019-05-10 20:34 | nonofrancisco | Status | acknowledged => scheduled |
2019-06-04 17:29 | hgbot | Checkin | |
2019-06-04 17:29 | hgbot | Note Added: 0112388 | |
2019-06-04 17:29 | hgbot | Status | scheduled => resolved |
2019-06-04 17:29 | hgbot | Resolution | open => fixed |
2019-06-04 17:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1fddb0a46a5b236687570b3e5f52613b37646a03 [^] |
2019-06-04 17:57 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-06-04 17:57 | Sandrahuguet | Note Added: 0112394 | |
2019-06-04 17:57 | Sandrahuguet | Status | resolved => closed |
2019-06-04 17:57 | Sandrahuguet | Fixed in Version | => 3.0PR19Q3 |
2019-06-05 13:41 | hudsonbot | Checkin | |
2019-06-05 13:41 | hudsonbot | Note Added: 0112418 |
Copyright © 2000 - 2009 MantisBT Group |