Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015062 | Openbravo ERP | A. Platform | public | 2010-10-28 10:43 | 2010-12-16 22:16 |
|
Reporter | networkb | |
Assigned To | iperdomo | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 2.50MP22 | |
Target Version | 2.50MP25 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0015062: product selector does not work if a product contain char # |
Description | if you create a product, and the name of product contains the char #, if you use the product in sales invoice lines, when you save the line, error is returned |
Steps To Reproduce | . create a new product with name "test#" and add in price list
. create a new sale invoice line with product "test#"
. save the line |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0011185 | | closed | adrianromero | Product selector - Problem with products with '#' in name | related to | backport | 0016063 | | closed | adrianromero | Sales order line selector not working fine working together a standard process |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-10-28 10:43 | networkb | New Issue | |
2010-10-28 10:43 | networkb | Assigned To | => alostale |
2010-10-28 10:43 | networkb | OBNetwork customer | => Yes |
2010-11-02 07:55 | alostale | Status | new => scheduled |
2010-11-02 07:55 | alostale | Assigned To | alostale => iperdomo |
2010-11-02 07:55 | alostale | fix_in_branch | => pi |
2010-12-07 14:11 | hgbot | Checkin | |
2010-12-07 14:11 | hgbot | Note Added: 0033048 | |
2010-12-07 14:11 | hgbot | Checkin | |
2010-12-07 14:11 | hgbot | Note Added: 0033049 | |
2010-12-07 14:11 | hgbot | Status | scheduled => resolved |
2010-12-07 14:11 | hgbot | Resolution | open => fixed |
2010-12-07 14:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/992cf791e96e92de437df80bd640c5a3b484e58a [^] |
2010-12-08 07:40 | hudsonbot | Checkin | |
2010-12-08 07:40 | hudsonbot | Note Added: 0033061 | |
2010-12-08 07:40 | hudsonbot | Checkin | |
2010-12-08 07:40 | hudsonbot | Note Added: 0033062 | |
2010-12-14 11:00 | marvintm | Note Added: 0033151 | |
2010-12-14 11:00 | marvintm | Status | resolved => closed |
2010-12-16 22:16 | anonymous | sf_bug_id | 0 => 3138789 |
2011-02-09 13:23 | adrianromero | Relationship added | has duplicate 0011185 |
2011-03-18 14:35 | adrianromero | Relationship added | blocks 0016063 |
2011-03-18 14:35 | adrianromero | Relationship deleted | blocks 0016063 |
2011-03-18 14:35 | adrianromero | Relationship added | related to 0016063 |
Notes |
|
(0033048)
|
hgbot
|
2010-12-07 14:11
|
|
|
|
(0033049)
|
hgbot
|
2010-12-07 14:11
|
|
Repository: erp/devel/pi
Changeset: 992cf791e96e92de437df80bd640c5a3b484e58a
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Dec 07 14:09:53 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/992cf791e96e92de437df80bd640c5a3b484e58a [^]
Fixes issue 15062: Changed rowkey separator
The 'rowkey separator' is a character (or sequence of) that is used to build a
unique identifier per row. This is required by the Dojo based grid ajax
component.
The initial rowkey reparator was just '#' ans is too frequent in product or
business partners names, searchkey, etc. The separator was changed to a less
frequent sequence of characters: @_##_@
---
M src/org/openbravo/erpCommon/info/Account.html
M src/org/openbravo/erpCommon/info/AccountElementValue.html
M src/org/openbravo/erpCommon/info/AccountElementValue_data.xsql
M src/org/openbravo/erpCommon/info/Account_data.xsql
M src/org/openbravo/erpCommon/info/BusinessPartner.html
M src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
M src/org/openbravo/erpCommon/info/BusinessPartnerMultiple_data.xsql
M src/org/openbravo/erpCommon/info/BusinessPartner_data.xsql
M src/org/openbravo/erpCommon/info/DebtPayment.html
M src/org/openbravo/erpCommon/info/DebtPayment_data.xsql
M src/org/openbravo/erpCommon/info/Invoice.html
M src/org/openbravo/erpCommon/info/InvoiceLine.html
M src/org/openbravo/erpCommon/info/InvoiceLine_data.xsql
M src/org/openbravo/erpCommon/info/Invoice_data.xsql
M src/org/openbravo/erpCommon/info/Locator.html
M src/org/openbravo/erpCommon/info/Locator_data.xsql
M src/org/openbravo/erpCommon/info/Product.html
M src/org/openbravo/erpCommon/info/Product.java
M src/org/openbravo/erpCommon/info/ProductComplete.html
M src/org/openbravo/erpCommon/info/ProductComplete.java
M src/org/openbravo/erpCommon/info/ProductComplete_data.xsql
M src/org/openbravo/erpCommon/info/ProductMultiple.html
M src/org/openbravo/erpCommon/info/ProductMultiple_data.xsql
M src/org/openbravo/erpCommon/info/Project.html
M src/org/openbravo/erpCommon/info/ProjectMultiple.html
M src/org/openbravo/erpCommon/info/ProjectMultiple_data.xsql
M src/org/openbravo/erpCommon/info/Project_data.xsql
M src/org/openbravo/erpCommon/info/SalesOrder.html
M src/org/openbravo/erpCommon/info/SalesOrderLine_data.xsql
M src/org/openbravo/erpCommon/info/SalesOrder_data.xsql
M src/org/openbravo/erpCommon/info/ShipmentReceipt_data.xsql
---
|
|
|
|
|
|
|
|
|
|
|