Index: trunk/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -r5047 -r5048 --- trunk/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5047) +++ trunk/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5048) @@ -51,6 +51,8 @@ this.BusyRequest[$prefix] = false; Request.makeRequest($kf.action, this.BusyRequest[$prefix], $tab_id + '_div', this.successCallback, this.errorCallback, $tab_id + '_div'); + + $form_name = 'kernel_form'; // restore back to main form with current category id of catalog }; Catalog.prototype.successCallback = function($request, $params) {