hotline#98315 : OPAC User Account : Loans History Page : Could not sort on loandate
2 unresolved threads
Merge request reports
Activity
Filter activity
326 $options[$key] = (is_callable($value)) 327 ? call_user_func($value) 328 : $value; 329 } 330 331 return $options; 332 } 321 333 322 if($this->_hasSubOptions($options)) 323 return []; 324 334 325 return $options ? $options : []; 335 protected function _filterCellOptions($options) { 336 return array_filter($options, 337 function($elt){ 338 return $elt != 'row_params' && $elt != 'cell_params'; changed this line in version 3 of the diff
74 74 return $column->renderWith($this, $loan); 75 75 }, 76 76 'options' => ['row_params' => function($loan) use ($column) 77 { 78 return $column->getRowParams($loan); 79 }, 80 'cell_params' => function($loan) use ($column) 81 { 82 return $column->getCellParams($loan); 83 }]]); 77 { changed this line in version 2 of the diff
added 1 commit
- 90473f05 - hotline#98315 : OPAC User Account : Loans History Page : Could not sort on loandate
added 1 commit
- 288dbd67 - hotline#98315 : OPAC User Account : Loans History Page : Could not sort on loandate
mentioned in commit f341ae00