From 5734a91d75eac8fa58c4dd6150d34c6d979a19a5 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 21 Nov 2024 11:22:00 -0500 Subject: [PATCH] Add special "Start" button to Enrollment Flow views (CFM-428) (#251) * Add special "Start" and "Copy" (flow url) buttons to Enrollment Flow configuration views (CFM-428) * Improve "Cannot copy" message for javascript clipboard (CFM-428) * Make upper buttons more generic (CFM-428) * Shorten test block for applying upper buttons (CFM-428) * De-emphasize "Copy URL" and move it to the left of "Start" (CFM-428) * Remove "Copy URL" button (CFM-428) * Trivial clean up to comment (CFM-428) --- app/templates/EnrollmentFlows/fields-nav.inc | 42 -------------------- 1 file changed, 42 deletions(-) delete mode 100644 app/templates/EnrollmentFlows/fields-nav.inc diff --git a/app/templates/EnrollmentFlows/fields-nav.inc b/app/templates/EnrollmentFlows/fields-nav.inc deleted file mode 100644 index 7e551480d..000000000 --- a/app/templates/EnrollmentFlows/fields-nav.inc +++ /dev/null @@ -1,42 +0,0 @@ - 'play_arrow', - 'order' => 'Default', - 'label' => __d('operation', 'EnrollmentFlows.start'), - 'link' => [ - 'action' => 'start', - $vv_obj->id - ], - 'class' => '' -]; - -$subnav = [ - 'name' => 'enrollment_flow', - 'active' => 'properties' -]; \ No newline at end of file