From c60a860e28189faf5338f97416af94da320c0dac Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Fri, 27 Sep 2024 16:33:38 -0400 Subject: [PATCH] Remove unnecessary top-link from Enrollment Flow properties (CFM-31) --- app/templates/EnrollmentFlows/fields-nav.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/templates/EnrollmentFlows/fields-nav.inc b/app/templates/EnrollmentFlows/fields-nav.inc index 614ac726f..2beb1446c 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',