BUG 8132 Solucionado problema de validacion y aspecto en calendar
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
aab8d610dd
commit
b11ceb7b9d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user