From 982d2a97ba36f661813ddccf711adf8d2a65b477 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 17 Oct 2023 21:04:33 +0100 Subject: [PATCH] Allow to specify API4 job entity in Edit Job form --- templates/CRM/Admin/Form/Job.tpl | 54 +++----------------------------- 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/templates/CRM/Admin/Form/Job.tpl b/templates/CRM/Admin/Form/Job.tpl index d2c0582808..839653cef2 100644 --- a/templates/CRM/Admin/Form/Job.tpl +++ b/templates/CRM/Admin/Form/Job.tpl @@ -35,57 +35,11 @@ {$form.run_frequency.label}{$form.run_frequency.html} + + {$form.api_entity.label}{$form.api_entity.html} + - - - -

-
- - {$form.api_action.html} - -
{ts}Put in the API method name. You need to enter pieces of full API function name as described in the documentation.{/ts}
- - - + {$form.api_action.label}{$form.api_action.html} {$form.parameters.label}
{docURL page="user/initial-set-up/scheduled-jobs/#parameters"} -- 2.25.1