details:   https://code.openbravo.com/erp/devel/main/rev/0b7e825ef196
changeset: 16283:0b7e825ef196
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Tue May 15 16:16:24 2012 +0200
summary:   Fixed issue 20506. Reset the fetchMissingValues property, but only 
for the selector filter items.
This forces a fetch if the selected value is missing, which means that the 
selected value in the combo is correctly shown when the selector popup is first 
opened.

diffstat:

 
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-filter-select-item.js
 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 48e800f4341e -r 0b7e825ef196 
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-filter-select-item.js
--- 
a/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-filter-select-item.js
        Fri May 04 12:31:22 2012 +0200
+++ 
b/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-filter-select-item.js
        Tue May 15 16:16:24 2012 +0200
@@ -19,6 +19,7 @@
 isc.ClassFactory.defineClass('OBSelectorFilterSelectItem', isc.SelectItem);
 
 isc.OBSelectorFilterSelectItem.addProperties({
+  fetchMissingValues: true,
   operator: 'equals',
   valueField: OB.Constants.ID,
 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to