Skip to content

Commit

Permalink
Swap column order for enrollee and enrollment flow (CFM-428)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Nov 20, 2024
1 parent 0a78b50 commit cd9ab5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/templates/Petitions/columns.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ $indexColumns = [
'class' => 'PetitionStatusEnum',
'sortable' => true
],
'enrollment_flow_id' => [
'type' => 'relatedLink',
'model' => 'enrollment_flow',
'field' => 'name'
],
'enrollee_person_id' => [
'type' => 'relatedLink',
'action' => 'edit',
Expand All @@ -50,6 +45,11 @@ $indexColumns = [
'field' => 'full_name',
'default' => __d('field', 'Petitions.enrollee.new')
],
'enrollment_flow_id' => [
'type' => 'relatedLink',
'model' => 'enrollment_flow',
'field' => 'name'
],
'cou_id' => [
'type' => 'relatedLink',
'model' => 'cou',
Expand Down

0 comments on commit cd9ab5f

Please sign in to comment.