Skip to content

Commit

Permalink
Fix Job edit path
Browse files Browse the repository at this point in the history
  • Loading branch information
aydun committed May 19, 2023
1 parent 5f76b65 commit 8a65f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRM/Core/DAO/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Job.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:ea541d77d51255a389c90948e57ce2f0)
* (GenCodeChecksum:ef4ea1e4947c94ccf363364f32416912)
*/

/**
Expand Down Expand Up @@ -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]',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion xml/schema/Core/Job.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<paths>
<add>civicrm/admin/job/add?reset=1&amp;action=add</add>
<delete>civicrm/admin/job/edit?reset=1&amp;action=delete&amp;id=[id]</delete>
<update>civicrm/admin/job/edit?reset=1&amp;action=edit&amp;id=[id]</update>
<update>civicrm/admin/job/edit?reset=1&amp;action=update&amp;id=[id]</update>
</paths>
<field>
<name>id</name>
Expand Down

0 comments on commit 8a65f9b

Please sign in to comment.