File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/core/Mage/Adminhtml/Block Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ protected function _prepareMassaction()
198198 {
199199 $ this ->setMassactionIdField ('subscriber_id ' );
200200 $ this ->getMassactionBlock ()->setFormFieldName ('subscriber ' );
201+ $ this ->getMassactionBlock ()->setUseSelectAll (false );
201202
202203 $ this ->getMassactionBlock ()->addItem ('unsubscribe ' , array (
203204 'label ' => Mage::helper ('newsletter ' )->__ ('Unsubscribe ' ),
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ protected function _prepareMassaction()
210210 $ this ->setMassactionIdFilter ('rt.review_id ' );
211211 $ this ->setMassactionIdFieldOnlyIndexValue (true );
212212 $ this ->getMassactionBlock ()->setFormFieldName ('reviews ' );
213+ $ this ->getMassactionBlock ()->setUseSelectAll (false );
213214
214215 $ this ->getMassactionBlock ()->addItem ('delete ' , array (
215216 'label ' => Mage::helper ('review ' )->__ ('Delete ' ),
You can’t perform that action at this time.
0 commit comments