From 8a65f9b9419966c160d2a6b28e2a5a672a109218 Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Thu, 13 Apr 2023 16:58:21 +0100 Subject: [PATCH] Fix Job edit path --- CRM/Core/DAO/Job.php | 4 ++-- xml/schema/Core/Job.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Core/DAO/Job.php b/CRM/Core/DAO/Job.php index efb2701d15..4cc47171ef 100644 --- a/CRM/Core/DAO/Job.php +++ b/CRM/Core/DAO/Job.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Job.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ea541d77d51255a389c90948e57ce2f0) + * (GenCodeChecksum:ef4ea1e4947c94ccf363364f32416912) */ /** @@ -38,7 +38,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { protected static $_paths = [ 'add' => 'civicrm/admin/job/add?reset=1&action=add', 'delete' => 'civicrm/admin/job/edit?reset=1&action=delete&id=[id]', - 'update' => 'civicrm/admin/job/edit?reset=1&action=edit&id=[id]', + 'update' => 'civicrm/admin/job/edit?reset=1&action=update&id=[id]', ]; /** diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index ad0b558821..32c0ac3331 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -10,7 +10,7 @@ civicrm/admin/job/add?reset=1&action=add civicrm/admin/job/edit?reset=1&action=delete&id=[id] - civicrm/admin/job/edit?reset=1&action=edit&id=[id] + civicrm/admin/job/edit?reset=1&action=update&id=[id] id -- 2.25.1