Pman.Dialog.CmsBlog.bjs
[Pman.Cms] / Pman.Dialog.CmsBlog.js
index d9798a7..b297a4c 100644 (file)
@@ -891,6 +891,11 @@ Pman.Dialog.CmsBlog = {
                      
                      //_this.form.findField('category_page_id').fieldEl.select('label',true).first().dom.innerHTML = 'Category';
                      
+                     _this.trform.reset();
+                     _this.trform1.reset();
+                     _this.trform2.reset();
+                     _this.trform3.reset();
+                     
                      if ( _this.data.id) {
                          _this.dialog.el.mask("Loading");
                          this.load({ method: 'GET', params: { '_id' : _this.data.id, '_with_primary_image' : 1 }});