Index: main/kernel/resources/js/Ext.enhancements.js =================================================================== --- main/kernel/resources/js/Ext.enhancements.js (revision 31757) +++ main/kernel/resources/js/Ext.enhancements.js (working copy) @@ -1570,7 +1586,7 @@ startEdit: function() { - // TODO this.editingPlugin.armed = this.editingPlugin.getActiveRecord().getId(); + Ext.defer(function(){this.editingPlugin.armed = this.editingPlugin.getActiveRecord().getId();}, .1, this); this.callParent(arguments); },