Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018696Openbravo ERPB. User interfacepublic2011-10-04 17:422011-11-02 12:39
egoitz 
marvintm 
urgentmajoralways
closedfixed 
5
 
3.0MP53.0MP5 
User Interface Selector
No
0018696: The selectors return the value of the previous selection when the output columns is null
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.
-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
No tags attached.
Issue History
2011-10-04 17:42egoitzNew Issue
2011-10-04 17:42egoitzAssigned To => dbaz
2011-10-04 17:42egoitzModules => User Interface Selector
2011-10-06 12:44jecharriResolution time => 1321398000
2011-10-17 18:15dbazNote Added: 0041859
2011-10-19 15:09dbazAssigned Todbaz => marvintm
2011-10-19 18:11hgbotCheckin
2011-10-19 18:11hgbotNote Added: 0041937
2011-10-19 18:11hgbotStatusnew => resolved
2011-10-19 18:11hgbotResolutionopen => fixed
2011-10-19 18:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c65d16d31cfda90f51c4979f1b62ac3ca7824b23 [^]
2011-10-23 13:42hudsonbotCheckin
2011-10-23 13:42hudsonbotNote Added: 0042023
2011-11-02 12:39egoitzNote Added: 0042442
2011-11-02 12:39egoitzStatusresolved => closed
2011-11-02 12:39egoitzFixed 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
---
(0042023)
hudsonbot   
2011-10-23 13:42   
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/35bf0a7aa166 [^]

Maturity status: Test
(0042442)
egoitz   
2011-11-02 12:39   
verified