From 7ad14566a87d641b669a69e2fc8bd8b56322719f Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Mon, 24 Jul 2023 16:09:06 +0100 Subject: [PATCH] Add '' links matching those in AdminUI --- CRM/ACL/DAO/ACL.php | 3 ++- CRM/ACL/DAO/ACLEntityRole.php | 3 ++- CRM/Contact/DAO/ContactType.php | 3 ++- CRM/Contact/DAO/Group.php | 3 ++- CRM/Contact/DAO/RelationshipType.php | 3 ++- CRM/Contribute/DAO/ContributionPage.php | 3 ++- CRM/Core/DAO/CustomGroup.php | 3 ++- CRM/Core/DAO/Job.php | 3 ++- CRM/Core/DAO/LocationType.php | 2 +- CRM/Core/DAO/MailSettings.php | 3 ++- CRM/Core/DAO/UFField.php | 3 ++- CRM/Core/DAO/UFGroup.php | 3 ++- CRM/Financial/DAO/FinancialAccount.php | 3 ++- CRM/Financial/DAO/FinancialType.php | 3 ++- CRM/Financial/DAO/PaymentProcessor.php | 3 ++- xml/schema/ACL/ACL.xml | 1 + xml/schema/ACL/ACLEntityRole.xml | 1 + xml/schema/Contact/ContactType.xml | 1 + xml/schema/Contact/Group.xml | 1 + xml/schema/Contact/RelationshipType.xml | 1 + xml/schema/Contribute/ContributionPage.xml | 1 + xml/schema/Core/CustomGroup.xml | 1 + xml/schema/Core/Job.xml | 1 + xml/schema/Core/LocationType.xml | 2 +- xml/schema/Core/MailSettings.xml | 1 + xml/schema/Core/UFField.xml | 1 + xml/schema/Core/UFGroup.xml | 1 + xml/schema/Financial/FinancialAccount.xml | 1 + xml/schema/Financial/FinancialType.xml | 1 + xml/schema/Financial/PaymentProcessor.xml | 1 + 30 files changed, 44 insertions(+), 16 deletions(-) diff --git a/CRM/ACL/DAO/ACL.php b/CRM/ACL/DAO/ACL.php index c370ec642b..5459a2e911 100644 --- a/CRM/ACL/DAO/ACL.php +++ b/CRM/ACL/DAO/ACL.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACL.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a77f71abc7be09b3df836ddb6e5d2990) + * (GenCodeChecksum:e9000e92e55c139962db398047f4800c) */ /** @@ -39,6 +39,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'add' => 'civicrm/acl/edit?reset=1&action=add', 'delete' => 'civicrm/acl/delete?reset=1&action=delete&id=[id]', 'update' => 'civicrm/acl/edit?reset=1&action=edit&id=[id]', + 'browse' => 'civicrm/acl', ]; /** diff --git a/CRM/ACL/DAO/ACLEntityRole.php b/CRM/ACL/DAO/ACLEntityRole.php index 55a016d36f..357f1969c2 100644 --- a/CRM/ACL/DAO/ACLEntityRole.php +++ b/CRM/ACL/DAO/ACLEntityRole.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACLEntityRole.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e66b252f62d0fa48cb74f49b3058aae5) + * (GenCodeChecksum:7229c30acb38b593ebfff2d9baf84bd0) */ /** @@ -39,6 +39,7 @@ class CRM_ACL_DAO_ACLEntityRole extends CRM_Core_DAO { 'add' => 'civicrm/acl/entityrole?reset=1&action=add', 'delete' => 'civicrm/acl/entityrole?reset=1&action=delete&id=[id]', 'update' => 'civicrm/acl/entityrole?reset=1&action=update&id=[id]', + 'browse' => 'civicrm/acl', ]; /** diff --git a/CRM/Contact/DAO/ContactType.php b/CRM/Contact/DAO/ContactType.php index d0b753fdc9..5ddef93c7c 100644 --- a/CRM/Contact/DAO/ContactType.php +++ b/CRM/Contact/DAO/ContactType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/ContactType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7e48bb315c81d45e3d4ddb582396615d) + * (GenCodeChecksum:e4773f83a587c49fc7efc7a507b06fb8) */ /** @@ -46,6 +46,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO { 'add' => 'civicrm/admin/options/subtype/edit?action=add&reset=1', 'update' => 'civicrm/admin/options/subtype/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/options/subtype/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/options/subtype', ]; /** diff --git a/CRM/Contact/DAO/Group.php b/CRM/Contact/DAO/Group.php index 4c7c1c6eb7..44f8d410e8 100644 --- a/CRM/Contact/DAO/Group.php +++ b/CRM/Contact/DAO/Group.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Group.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5cb6d58b6f91122093003d8c0db4fab1) + * (GenCodeChecksum:34853e01e303b4fe9111665cc7eb0fb5) */ /** @@ -54,6 +54,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'view' => 'civicrm/group/search?force=1&context=smog&gid=[id]&component_mode=1', 'update' => 'civicrm/group/edit?reset=1&action=update&id=[id]', 'delete' => 'civicrm/group/edit?reset=1&action=delete&id=[id]', + 'browse' => 'civicrm/group', ]; /** diff --git a/CRM/Contact/DAO/RelationshipType.php b/CRM/Contact/DAO/RelationshipType.php index 82e11a69a6..951f6e2b4c 100644 --- a/CRM/Contact/DAO/RelationshipType.php +++ b/CRM/Contact/DAO/RelationshipType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/RelationshipType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0428f0893ca456c68bb6121eb047b0f7) + * (GenCodeChecksum:e729e1ecffeb6861f8dd1c7523612621) */ /** @@ -47,6 +47,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO { 'view' => 'civicrm/admin/reltype/edit?action=view&id=[id]&reset=1', 'update' => 'civicrm/admin/reltype/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/reltype/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/reltype', ]; /** diff --git a/CRM/Contribute/DAO/ContributionPage.php b/CRM/Contribute/DAO/ContributionPage.php index a5ca0ed500..bf31276951 100644 --- a/CRM/Contribute/DAO/ContributionPage.php +++ b/CRM/Contribute/DAO/ContributionPage.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionPage.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fff705a45cbf2750018b57a05e5b1cb2) + * (GenCodeChecksum:7d36798b74d9cf8912d4b23b5abe2fc8) */ /** @@ -47,6 +47,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO { 'add' => 'civicrm/admin/contribute/add?reset=1&action=add', 'update' => 'civicrm/admin/contribute/settings?reset=1&action=update&id=[id]', 'delete' => 'civicrm/admin/contribute?reset=1&action=delete&id=[id]', + 'browse' => 'civicrm/admin/contribute', ]; /** diff --git a/CRM/Core/DAO/CustomGroup.php b/CRM/Core/DAO/CustomGroup.php index 0f32de497d..af79e781f7 100644 --- a/CRM/Core/DAO/CustomGroup.php +++ b/CRM/Core/DAO/CustomGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:aa09bb4ab9224e33693159efddd64089) + * (GenCodeChecksum:7bcb3484fe1ff4d97feddb0d2ad981ec) */ /** @@ -47,6 +47,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'update' => 'civicrm/admin/custom/group/edit?action=update&reset=1&id=[id]', 'preview' => 'civicrm/admin/custom/group/preview?reset=1&gid=[id]', 'delete' => 'civicrm/admin/custom/group/delete?reset=1&id=[id]', + 'browse' => 'civicrm/admin/custom/group', ]; /** diff --git a/CRM/Core/DAO/Job.php b/CRM/Core/DAO/Job.php index 24cd599a39..0b573a7245 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:aa30e47b3e824d879677194f87538a4f) + * (GenCodeChecksum:8cdd8a0345692691b54720bd3568e5f0) */ /** @@ -39,6 +39,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { '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=update&id=[id]', + 'browse' => 'civicrm/admin/job', ]; /** diff --git a/CRM/Core/DAO/LocationType.php b/CRM/Core/DAO/LocationType.php index 0c7a38fa00..1256a76bf4 100644 --- a/CRM/Core/DAO/LocationType.php +++ b/CRM/Core/DAO/LocationType.php @@ -43,10 +43,10 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO { * @var string[] */ protected static $_paths = [ - 'browse' => 'civicrm/admin/locationType', 'add' => 'civicrm/admin/locationType/edit?action=add&reset=1', 'update' => 'civicrm/admin/locationType/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/locationType/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/locationType', ]; /** diff --git a/CRM/Core/DAO/MailSettings.php b/CRM/Core/DAO/MailSettings.php index 943b3c9caf..545ad74151 100644 --- a/CRM/Core/DAO/MailSettings.php +++ b/CRM/Core/DAO/MailSettings.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MailSettings.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f78519e347dec6f6fde41e14b7da4370) + * (GenCodeChecksum:2e7847f2338745c805f4d8c8939ac511) */ /** @@ -39,6 +39,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { 'add' => 'civicrm/admin/mailSettings/edit?action=add&reset=1', 'update' => 'civicrm/admin/mailSettings/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/mailSettings/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/mailSettings', ]; /** diff --git a/CRM/Core/DAO/UFField.php b/CRM/Core/DAO/UFField.php index 1cde34488f..60ab18eeba 100644 --- a/CRM/Core/DAO/UFField.php +++ b/CRM/Core/DAO/UFField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:20802d4a0ef8e7729efdc58ecfec264e) + * (GenCodeChecksum:e07b4f9c58827ac1460403ab699905ab) */ /** @@ -47,6 +47,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO { 'preview' => 'civicrm/admin/uf/group/preview?reset=1&gid=[uf_group_id]&fieldId=[id]', 'update' => 'civicrm/admin/uf/group/field/update?reset=1&action=update&id=[id]', 'delete' => 'civicrm/admin/uf/group/field/update?reset=1&action=delete&id=[id]', + 'browse' => 'civicrm/admin/uf/group/field', ]; /** diff --git a/CRM/Core/DAO/UFGroup.php b/CRM/Core/DAO/UFGroup.php index dd2f2eb9e7..17e166c906 100644 --- a/CRM/Core/DAO/UFGroup.php +++ b/CRM/Core/DAO/UFGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0d970471c35ed280de73bc5f065278cf) + * (GenCodeChecksum:0b3f7d95cc8abdec20fb926e2edb2fbd) */ /** @@ -47,6 +47,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO { 'preview' => 'civicrm/admin/uf/group/preview?reset=1&gid=[id]', 'update' => 'civicrm/admin/uf/group/update?action=update&reset=1&id=[id]', 'delete' => 'civicrm/admin/uf/group/update?action=delete&reset=1&id=[id]', + 'browse' => 'civicrm/admin/uf/group', ]; /** diff --git a/CRM/Financial/DAO/FinancialAccount.php b/CRM/Financial/DAO/FinancialAccount.php index e03b07ac2b..e6db50495e 100644 --- a/CRM/Financial/DAO/FinancialAccount.php +++ b/CRM/Financial/DAO/FinancialAccount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialAccount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c45c99d990c6bd6f7e29fe0fa5cd761d) + * (GenCodeChecksum:0551f4c3b00db2c2fa9f7265bfce9c84) */ /** @@ -40,6 +40,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO { 'add' => 'civicrm/admin/financial/financialAccount/edit?action=add&reset=1', 'update' => 'civicrm/admin/financial/financialAccount/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/financial/financialAccount/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/financial/financialAccount', ]; /** diff --git a/CRM/Financial/DAO/FinancialType.php b/CRM/Financial/DAO/FinancialType.php index bb741df5ca..cd03e5d410 100644 --- a/CRM/Financial/DAO/FinancialType.php +++ b/CRM/Financial/DAO/FinancialType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:97ab5fc26c36616ca7805c5578ed5657) + * (GenCodeChecksum:f34814d42721174a2f55bc744f497b6f) */ /** @@ -47,6 +47,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO { 'add' => 'civicrm/admin/financial/financialType/edit?action=add&reset=1', 'update' => 'civicrm/admin/financial/financialType/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/financial/financialType/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/financial/financialType', ]; /** diff --git a/CRM/Financial/DAO/PaymentProcessor.php b/CRM/Financial/DAO/PaymentProcessor.php index f2ccc2ff79..c563e3dab5 100644 --- a/CRM/Financial/DAO/PaymentProcessor.php +++ b/CRM/Financial/DAO/PaymentProcessor.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentProcessor.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:beafb7d7c0f62e3e4ba0367d7b7f58af) + * (GenCodeChecksum:d3616bad5f2242f0fdb560d2b6d0cf87) */ /** @@ -47,6 +47,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO { 'add' => 'civicrm/admin/paymentProcessor/edit?action=add&reset=1', 'update' => 'civicrm/admin/paymentProcessor/edit?action=update&id=[id]&reset=1', 'delete' => 'civicrm/admin/paymentProcessor/edit?action=delete&id=[id]&reset=1', + 'browse' => 'civicrm/admin/paymentProcessor', ]; /** diff --git a/xml/schema/ACL/ACL.xml b/xml/schema/ACL/ACL.xml index a4369a2d71..9534bbc7e5 100644 --- a/xml/schema/ACL/ACL.xml +++ b/xml/schema/ACL/ACL.xml @@ -10,6 +10,7 @@ civicrm/acl/edit?reset=1&action=add civicrm/acl/delete?reset=1&action=delete&id=[id] civicrm/acl/edit?reset=1&action=edit&id=[id] + civicrm/acl id diff --git a/xml/schema/ACL/ACLEntityRole.xml b/xml/schema/ACL/ACLEntityRole.xml index cee9830e0b..b39c84d92d 100644 --- a/xml/schema/ACL/ACLEntityRole.xml +++ b/xml/schema/ACL/ACLEntityRole.xml @@ -12,6 +12,7 @@ civicrm/acl/entityrole?reset=1&action=add civicrm/acl/entityrole?reset=1&action=delete&id=[id] civicrm/acl/entityrole?reset=1&action=update&id=[id] + civicrm/acl id diff --git a/xml/schema/Contact/ContactType.xml b/xml/schema/Contact/ContactType.xml index c4b51714d0..a03a47fbc2 100644 --- a/xml/schema/Contact/ContactType.xml +++ b/xml/schema/Contact/ContactType.xml @@ -11,6 +11,7 @@ civicrm/admin/options/subtype/edit?action=add&reset=1 civicrm/admin/options/subtype/edit?action=update&id=[id]&reset=1 civicrm/admin/options/subtype/edit?action=delete&id=[id]&reset=1 + civicrm/admin/options/subtype id diff --git a/xml/schema/Contact/Group.xml b/xml/schema/Contact/Group.xml index 50bbdad576..d97b95dc56 100644 --- a/xml/schema/Contact/Group.xml +++ b/xml/schema/Contact/Group.xml @@ -14,6 +14,7 @@ civicrm/group/search?force=1&context=smog&gid=[id]&component_mode=1 civicrm/group/edit?reset=1&action=update&id=[id] civicrm/group/edit?reset=1&action=delete&id=[id] + civicrm/group id diff --git a/xml/schema/Contact/RelationshipType.xml b/xml/schema/Contact/RelationshipType.xml index e2f0b0503f..89cfb14868 100644 --- a/xml/schema/Contact/RelationshipType.xml +++ b/xml/schema/Contact/RelationshipType.xml @@ -12,6 +12,7 @@ civicrm/admin/reltype/edit?action=view&id=[id]&reset=1 civicrm/admin/reltype/edit?action=update&id=[id]&reset=1 civicrm/admin/reltype/edit?action=delete&id=[id]&reset=1 + civicrm/admin/reltype true diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index d1067e8265..025ff82477 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -13,6 +13,7 @@ civicrm/admin/contribute/add?reset=1&action=add civicrm/admin/contribute/settings?reset=1&action=update&id=[id] civicrm/admin/contribute?reset=1&action=delete&id=[id] + civicrm/admin/contribute id diff --git a/xml/schema/Core/CustomGroup.xml b/xml/schema/Core/CustomGroup.xml index f17c572e15..186c9c60d5 100644 --- a/xml/schema/Core/CustomGroup.xml +++ b/xml/schema/Core/CustomGroup.xml @@ -15,6 +15,7 @@ civicrm/admin/custom/group/edit?action=update&reset=1&id=[id] civicrm/admin/custom/group/preview?reset=1&gid=[id] civicrm/admin/custom/group/delete?reset=1&id=[id] + civicrm/admin/custom/group id diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index 03214aa401..ac0aa66742 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -11,6 +11,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=update&id=[id] + civicrm/admin/job id diff --git a/xml/schema/Core/LocationType.xml b/xml/schema/Core/LocationType.xml index 63b62fa1aa..8a35648d26 100644 --- a/xml/schema/Core/LocationType.xml +++ b/xml/schema/Core/LocationType.xml @@ -7,10 +7,10 @@ 1.1 true - civicrm/admin/locationType civicrm/admin/locationType/edit?action=add&reset=1 civicrm/admin/locationType/edit?action=update&id=[id]&reset=1 civicrm/admin/locationType/edit?action=delete&id=[id]&reset=1 + civicrm/admin/locationType display_name diff --git a/xml/schema/Core/MailSettings.xml b/xml/schema/Core/MailSettings.xml index 009c2c6b57..1a94d54b05 100644 --- a/xml/schema/Core/MailSettings.xml +++ b/xml/schema/Core/MailSettings.xml @@ -9,6 +9,7 @@ civicrm/admin/mailSettings/edit?action=add&reset=1 civicrm/admin/mailSettings/edit?action=update&id=[id]&reset=1 civicrm/admin/mailSettings/edit?action=delete&id=[id]&reset=1 + civicrm/admin/mailSettings id diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index 54fb67ba8d..a9064a928b 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -13,6 +13,7 @@ civicrm/admin/uf/group/preview?reset=1&gid=[uf_group_id]&fieldId=[id] civicrm/admin/uf/group/field/update?reset=1&action=update&id=[id] civicrm/admin/uf/group/field/update?reset=1&action=delete&id=[id] + civicrm/admin/uf/group/field id diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index 3f7d1aa8b7..1c485eecb9 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -13,6 +13,7 @@ civicrm/admin/uf/group/preview?reset=1&gid=[id] civicrm/admin/uf/group/update?action=update&reset=1&id=[id] civicrm/admin/uf/group/update?action=delete&reset=1&id=[id] + civicrm/admin/uf/group id diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index c2005ddf6d..d5e06cc3f3 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -11,6 +11,7 @@ civicrm/admin/financial/financialAccount/edit?action=add&reset=1 civicrm/admin/financial/financialAccount/edit?action=update&id=[id]&reset=1 civicrm/admin/financial/financialAccount/edit?action=delete&id=[id]&reset=1 + civicrm/admin/financial/financialAccount id diff --git a/xml/schema/Financial/FinancialType.xml b/xml/schema/Financial/FinancialType.xml index 7ce187d7af..e698b14513 100644 --- a/xml/schema/Financial/FinancialType.xml +++ b/xml/schema/Financial/FinancialType.xml @@ -13,6 +13,7 @@ civicrm/admin/financial/financialType/edit?action=add&reset=1 civicrm/admin/financial/financialType/edit?action=update&id=[id]&reset=1 civicrm/admin/financial/financialType/edit?action=delete&id=[id]&reset=1 + civicrm/admin/financial/financialType id diff --git a/xml/schema/Financial/PaymentProcessor.xml b/xml/schema/Financial/PaymentProcessor.xml index 244995fab2..e867ce23e0 100644 --- a/xml/schema/Financial/PaymentProcessor.xml +++ b/xml/schema/Financial/PaymentProcessor.xml @@ -10,6 +10,7 @@ civicrm/admin/paymentProcessor/edit?action=add&reset=1 civicrm/admin/paymentProcessor/edit?action=update&id=[id]&reset=1 civicrm/admin/paymentProcessor/edit?action=delete&id=[id]&reset=1 + civicrm/admin/paymentProcessor id -- 2.25.1