Unhide contributioncancelactions
authoreileen <emcnaughton@wikimedia.org>
Tue, 2 Feb 2021 07:45:00 +0000 (20:45 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 2 Feb 2021 20:10:45 +0000 (09:10 +1300)
With https://github.com/civicrm/civicrm-core/pull/19289 merged we
can now unhide this extension & people can disable it if they wish (as a
supported option)

ext/contributioncancelactions/info.xml

index 37cf838092d9d669f9377c401080be9b502c00e4..c11db915c27a24b80cc90679babede8d0695a905 100644 (file)
@@ -2,7 +2,7 @@
 <extension key="contributioncancelactions" type="module">
   <file>contributioncancelactions</file>
   <name>Contribution cancel actions</name>
-  <description>This extension cancels memberships, participation records, and pledge payments when the related contribution is cancelled.</description>
+  <description>This extension cancels memberships, participation records when the related contribution is cancelled.</description>
   <license>AGPL-3.0</license>
   <maintainer>
     <author>CiviCRM</author>
   <compatibility>
     <ver>5.32</ver>
   </compatibility>
-  <tags>
-    <tag>mgmt:hidden</tag>
-  </tags>
-  <comments>This code has been moved from core to a separate extension in 5.32</comments>
+  <comments>This code has been moved from core to a separate extension in 5.32. Note that if you disable it failed or cancelled contributions will not cause related memberships and participant records to be updated</comments>
   <classloader>
     <psr4 prefix="Civi\" path="Civi"/>
   </classloader>