Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015062
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2010-10-28 10:432010-12-16 22:16
ReporternetworkbView Statuspublic 
Assigned Toiperdomo 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision992cf791e96e
ProjectionnoneETAnoneTarget Version2.50MP25
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product Version2.50MP22SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015062: product selector does not work if a product contain char #

Descriptionif 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0011185 closedadrianromero Product selector - Problem with products with '#' in name 
related to backport 0016063 closedadrianromero Sales order line selector not working fine working together a standard process 

-  Notes
(0033048)
hgbot (developer)
2010-12-07 14:11

Repository: erp/devel/pi
Changeset: a3de80869813be9d787932ef9f01d5bef8080a14
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Dec 07 13:56:31 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a3de80869813be9d787932ef9f01d5bef8080a14 [^]

Issue 15062: File reformatted

---
M src/org/openbravo/erpCommon/info/ProductComplete.java
---
(0033049)
hgbot (developer)
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
---
(0033061)
hudsonbot (developer)
2010-12-08 07:40

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/a3de80869813 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/5f011dfcb6cd [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19069.obx [^]
(0033062)
hudsonbot (developer)
2010-12-08 07:40

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/992cf791e96e [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/5f011dfcb6cd [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19069.obx [^]
(0033151)
marvintm (developer)
2010-12-14 11:00

Works fine

- 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-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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker