This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
app/code/Magento/Backend/Block/Widget/Grid Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ public function getValue($index = null)
2626 {
2727 if ($ index ) {
2828 if ($ data = $ this ->getData ('value ' , 'orig_ ' . $ index )) {
29- // date('Y-m-d', strtotime($data));
3029 return $ data ;
3130 }
3231 return null ;
Original file line number Diff line number Diff line change @@ -277,13 +277,13 @@ public function getGridIdsJson()
277277 }
278278 /** @var \Magento\Framework\Data\Collection $allIdsCollection */
279279 $ allIdsCollection = clone $ this ->getParentBlock ()->getCollection ();
280-
280+
281281 if ($ this ->getMassactionIdField ()) {
282282 $ massActionIdField = $ this ->getMassactionIdField ();
283283 } else {
284284 $ massActionIdField = $ this ->getParentBlock ()->getMassactionIdField ();
285285 }
286-
286+
287287 $ gridIds = $ allIdsCollection ->setPageSize (0 )->getColumnValues ($ massActionIdField );
288288 if (!empty ($ gridIds )) {
289289 return join (", " , $ gridIds );
Original file line number Diff line number Diff line change @@ -274,13 +274,13 @@ public function getGridIdsJson()
274274
275275 /** @var \Magento\Framework\Data\Collection $allIdsCollection */
276276 $ allIdsCollection = clone $ this ->getParentBlock ()->getCollection ();
277-
277+
278278 if ($ this ->getMassactionIdField ()) {
279279 $ massActionIdField = $ this ->getMassactionIdField ();
280280 } else {
281281 $ massActionIdField = $ this ->getParentBlock ()->getMassactionIdField ();
282282 }
283-
283+
284284 $ gridIds = $ allIdsCollection ->setPageSize (0 )->getColumnValues ($ massActionIdField );
285285
286286 if (!empty ($ gridIds )) {
You can’t perform that action at this time.
0 commit comments