Skip to content

Commit

Permalink
Remove unnecessary top-link from Enrollment Flow properties (CFM-31) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Sep 27, 2024
1 parent bfe37bd commit 4289852
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/templates/EnrollmentFlows/fields-nav.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
* @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/

$topLinks[] = [
'icon' => 'format_list_numbered',
'order' => 'Default',
'label' => __d('controller', 'EnrollmentFlowSteps', [99]),
'link' => [
'controller' => 'enrollment_flow_steps',
'action' => 'index',
'enrollment_flow_id' => $vv_obj->id
],
'class' => ''
];

$topLinks[] = [
'icon' => 'start',
'order' => 'Default',
Expand Down

0 comments on commit 4289852

Please sign in to comment.