sync
[Pman.Admin] / Pman.Tab.AdminNotify.js
index ba691e8..d360f32 100644 (file)
@@ -380,7 +380,8 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
               options.params._evtype_align = 1;
               
               if (!_this.toggleBtn.pressed) {
-                  options.params['event_id'] = 0;
+                  options.params.event_id = 0;
+                  options.params['query[status]'] = 'PENDING';
               } else  {
                   options.params['!event_id'] = 0;
               }
@@ -578,7 +579,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
        },
        sm : {
         xtype : 'RowSelectionModel',
-        singleSelect : true,
+        singleSelect : false,
         listeners : {
          afterselectionchange : function (_self)
           {