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)
26
26
{
27
27
if ($ index ) {
28
28
if ($ data = $ this ->getData ('value ' , 'orig_ ' . $ index )) {
29
- // date('Y-m-d', strtotime($data));
30
29
return $ data ;
31
30
}
32
31
return null ;
Original file line number Diff line number Diff line change @@ -277,13 +277,13 @@ public function getGridIdsJson()
277
277
}
278
278
/** @var \Magento\Framework\Data\Collection $allIdsCollection */
279
279
$ allIdsCollection = clone $ this ->getParentBlock ()->getCollection ();
280
-
280
+
281
281
if ($ this ->getMassactionIdField ()) {
282
282
$ massActionIdField = $ this ->getMassactionIdField ();
283
283
} else {
284
284
$ massActionIdField = $ this ->getParentBlock ()->getMassactionIdField ();
285
285
}
286
-
286
+
287
287
$ gridIds = $ allIdsCollection ->setPageSize (0 )->getColumnValues ($ massActionIdField );
288
288
if (!empty ($ gridIds )) {
289
289
return join (", " , $ gridIds );
Original file line number Diff line number Diff line change @@ -274,13 +274,13 @@ public function getGridIdsJson()
274
274
275
275
/** @var \Magento\Framework\Data\Collection $allIdsCollection */
276
276
$ allIdsCollection = clone $ this ->getParentBlock ()->getCollection ();
277
-
277
+
278
278
if ($ this ->getMassactionIdField ()) {
279
279
$ massActionIdField = $ this ->getMassactionIdField ();
280
280
} else {
281
281
$ massActionIdField = $ this ->getParentBlock ()->getMassactionIdField ();
282
282
}
283
-
283
+
284
284
$ gridIds = $ allIdsCollection ->setPageSize (0 )->getColumnValues ($ massActionIdField );
285
285
286
286
if (!empty ($ gridIds )) {
You can’t perform that action at this time.
0 commit comments