Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013756Openbravo ERPZ. Otherspublic2010-06-23 19:072010-12-09 16:03
shuehner 
iperdomo 
urgentmajorhave not tried
closedfixed 
5
2.50 
 
User Interface Selector
No
0013756: Re-selecting the same row in a selector should re-fill/overwrite all out-columns fields in the tab.
Right now when the field in a tab corresponding to some new selector already has some value X and the selector is used to select the same value X again, no action is done.

This should be change to refill all fields in the tab which have a corresponding out-column attached for this selector.

See notes in 13733 also.
No tags attached.
related to defect 0013733 closed iperdomo Out columns in wad window have wrong behavior with empty columns => putting 'undefined' used as value 
Issue History
2010-06-23 19:07shuehnerNew Issue
2010-06-23 19:07shuehnerAssigned To => iperdomo
2010-06-23 19:07shuehnerRelationship addedrelated to 0013733
2010-06-24 17:48iperdomoStatusnew => scheduled
2010-06-24 17:48iperdomofix_in_branch => pi
2010-06-25 11:49hgbotCheckin
2010-06-25 11:49hgbotNote Added: 0028773
2010-06-25 11:49hgbotStatusscheduled => resolved
2010-06-25 11:49hgbotResolutionopen => fixed
2010-06-25 11:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/4788a4bb1d1d6f380b965e29d9dddf670c6ecc89 [^]
2010-06-25 13:21shuehnerNote Added: 0028775
2010-06-25 13:21shuehnerStatusresolved => closed
2010-12-09 16:03anonymoussf_bug_id0 => 3133266

Notes
(0028773)
hgbot   
2010-06-25 11:49   
Repository: erp/mods/org.openbravo.userinterface.selector
Changeset: 4788a4bb1d1d6f380b965e29d9dddf670c6ecc89
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri Jun 25 11:49:02 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/4788a4bb1d1d6f380b965e29d9dddf670c6ecc89 [^]

Fixes issue 13756: Now the changes is executed on every record selection
In previous version the openbravoChanged was executed only when the selected
record was different from the already selected. Now is executed always, on
each grid or suggestion box selection.

---
M web/org.openbravo.userinterface.selector/js/ob_selector_widget.js
---
(0028775)
shuehner   
2010-06-25 13:21   
Tested now filling extra out-fields on each change in the selector, independent of same row selector or some other row.