Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018696 | Openbravo ERP | B. User interface | public | 2011-10-04 17:42 | 2011-11-02 12:39 |
|
Reporter | egoitz | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP5 | Fixed in Version | 3.0MP5 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | User Interface Selector |
Support ticket | 12831 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018696: The selectors return the value of the previous selection when the output columns is null |
Description | If you select an item on teh selector with a value on an ouput column, this value is returned by the select. After that, if you select a new item, that has not any value on the output column, the value of the prevously selected item is return. |
Steps To Reproduce | -Define two productos on application, one with attribute and the other without
-Create a new goods receipt for the product with attribute, assign an attribute and complete.
-Logout
-login
-Create a new goods receipt
-Add a line with the product with attribute.
-Add a new line.
-Select the product without attribute.
*See that the attribute of the previous line is return by the selector |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-10-04 17:42 | egoitz | New Issue | |
2011-10-04 17:42 | egoitz | Assigned To | => dbaz |
2011-10-04 17:42 | egoitz | Modules | => User Interface Selector |
2011-10-04 17:42 | egoitz | OBNetwork customer | => Yes |
2011-10-06 12:44 | jecharri | Support ticket | => 12831 |
2011-10-06 12:44 | jecharri | Resolution time | => 1321398000 |
2011-10-17 18:15 | dbaz | Note Added: 0041859 | |
2011-10-19 15:09 | dbaz | Assigned To | dbaz => marvintm |
2011-10-19 18:11 | hgbot | Checkin | |
2011-10-19 18:11 | hgbot | Note Added: 0041937 | |
2011-10-19 18:11 | hgbot | Status | new => resolved |
2011-10-19 18:11 | hgbot | Resolution | open => fixed |
2011-10-19 18:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c65d16d31cfda90f51c4979f1b62ac3ca7824b23 [^] |
2011-10-23 13:42 | hudsonbot | Checkin | |
2011-10-23 13:42 | hudsonbot | Note Added: 0042023 | |
2011-11-02 12:39 | egoitz | Note Added: 0042442 | |
2011-11-02 12:39 | egoitz | Status | resolved => closed |
2011-11-02 12:39 | egoitz | Fixed in Version | => 3.0MP5 |
Notes |
|
(0041859)
|
dbaz
|
2011-10-17 18:15
|
|
A more specific way to reproduce it:
*Crete a new Attribute set and check the lot checkbox.
name=Lote1
lot = Y
*Create a new Attribute set and ch3eck the lot chekbox
name=Lote2
lot=Y
*Create a new Product
name=searchkey=ProductA
attribute set= lote1
price tab>price->10->10
*Creaete a new Product
name=searchkey=ProductB
attribute set=Lote2
price tab>price->10->10
*Creat a goods receipt
add a line:
ProductA
Attribute set value=10
quantity=10
select a storage bin
Complete
*Create a new goods receipt
add a line:
ProductA
Attribute set value->returned by the selector
quantity=10
add a line:
PRoductB
-see that the attribute set value is filled with the value of the prievious line. |
|
|
(0041937)
|
hgbot
|
2011-10-19 18:11
|
|
Repository: erp/devel/pi
Changeset: c65d16d31cfda90f51c4979f1b62ac3ca7824b23
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 19 18:11:00 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c65d16d31cfda90f51c4979f1b62ac3ca7824b23 [^]
Fixed issue 18696. HiddenInputs will be reset every time you switch record, or create a new record
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
|
|
|
|
|
|
(0042442)
|
egoitz
|
2011-11-02 12:39
|
|
|