From: Aidan Saunders Date: Thu, 13 Apr 2023 15:58:21 +0000 (+0100) Subject: Fix Job edit path X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a65f9b9419966c160d2a6b28e2a5a672a109218;p=civicrm-core.git Fix Job edit path --- 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