diff --git a/app/templates/EnrollmentFlows/fields-nav.inc b/app/templates/EnrollmentFlows/fields-nav.inc index 614ac726..2beb1446 100644 --- a/app/templates/EnrollmentFlows/fields-nav.inc +++ b/app/templates/EnrollmentFlows/fields-nav.inc @@ -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',