Fix order columns on exercise report - refs BT#13634

pull/2487/head
Angel Fernando Quiroz Campos 7 years ago
parent cbe62403b6
commit 383db56d1d
  1. 4
      main/exercise/exercise_report.php

@ -593,8 +593,8 @@ if ($is_allowedToEdit || $is_tutor) {
'value' => ':'.get_lang('All').';1:'.get_lang('Validated').';0:'.get_lang('NotValidated')),
//for the top bar
'editoptions' => array('value' => ':'.get_lang('All').';1:'.get_lang('Validated').';0:'.get_lang('NotValidated'))),
array('name' => 'lp', 'index' => 'lp', 'width' => '60', 'align' => 'left', 'search' => 'false'),
array('name' => 'actions', 'index' => 'actions', 'width' => '60', 'align' => 'left', 'search' => 'false')
array('name' => 'lp', 'index' => 'orig_lp_id', 'width' => '60', 'align' => 'left', 'search' => 'false'),
array('name' => 'actions', 'index' => 'actions', 'width' => '60', 'align' => 'left', 'search' => 'false', 'sortable' => 'false')
);
if ($officialCodeInList == 'true') {

Loading…
Cancel
Save