BUG 8132 Solucionado problema de validacion y aspecto en calendar

This commit is contained in:
Alvaro Campos
2011-12-12 09:24:19 -04:00
committed by Erik Amaru Ortiz
parent aab8d610dd
commit b11ceb7b9d

View File

@@ -372,6 +372,7 @@ Ext.onReady( function() {
handler: function(){
editor.stopEditing();
var s = grid.getSelectionModel().getSelections();
// console.log( 's[i]=', s[i].data.name);
for(var i = 0, r; r = s[i]; i++){
if(s[i].data.name!='- ALL -')
store.remove(r);