Index: ssts-web/src/main/webapp/js/extUtils.js =================================================================== diff -u -r16023 -r20023 --- ssts-web/src/main/webapp/js/extUtils.js (.../extUtils.js) (revision 16023) +++ ssts-web/src/main/webapp/js/extUtils.js (.../extUtils.js) (revision 20023) @@ -88,6 +88,20 @@ } return undefined; } +function ext4_findRecordByNameAndValueFromStore(store,name,value){ +// var index = store.findExact(name, value); +// if (index != -1){ +// var record = store.getAt(index); +// return record; +// } + for(var i=0;i