Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 55521e8..6faace1 100644 (file)
@@ -340,10 +340,8 @@ Pman.Dialog.CoreNotifyRecur = {
                                         Roo.log(this);
                                         var ci = cm.getColumnByDataIndex(this.name);
                                         Roo.log(ci);
-                                        
-                                        var ce = cm.getCellEditor(ci);
-                                        Roo.log(ce);
-                                        ce.field.setValue(v);
+                                
+                                        ci.editor.field.setValue(v);
                                         return String.format('{0}',ce.field.el.value);