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(){
|
handler: function(){
|
||||||
editor.stopEditing();
|
editor.stopEditing();
|
||||||
var s = grid.getSelectionModel().getSelections();
|
var s = grid.getSelectionModel().getSelections();
|
||||||
|
// console.log( 's[i]=', s[i].data.name);
|
||||||
for(var i = 0, r; r = s[i]; i++){
|
for(var i = 0, r; r = s[i]; i++){
|
||||||
if(s[i].data.name!='- ALL -')
|
if(s[i].data.name!='- ALL -')
|
||||||
store.remove(r);
|
store.remove(r);
|
||||||
|
|||||||
Reference in New Issue
Block a user