Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: None
-
Labels:None
Description
While working on civigrantprogram extension for 4.3 i found some of the file's still exists in core. This files were not removed during reverting grant changes made for civi-account.
CRM/Grant/Page/GrantProgram.php
CRM/Grant/Page/Payment.php
CRM/Grant/Selector/PaymentSearch.php
templates/CRM/Grant/Page/Payment.tpl
CRM/Grant/Controller/PaymentSearch.php
xml/templates/message_templates/grant_approved_html.tpl
xml/templates/message_templates/grant_approved_subject.tpl
xml/templates/message_templates/grant_approved_text.tpl
xml/templates/message_templates/grant_awaiting_info_html.tpl
xml/templates/message_templates/grant_awaiting_info_subject.tpl
xml/templates/message_templates/grant_awaiting_info_text.tpl
xml/templates/message_templates/grant_paid_html.tpl
xml/templates/message_templates/grant_paid_subject.tpl
xml/templates/message_templates/grant_paid_text.tpl
xml/templates/message_templates/grant_rejected_html.tpl
xml/templates/message_templates/grant_rejected_subject.tpl
xml/templates/message_templates/grant_rejected_text.tpl
xml/templates/message_templates/grant_submitted_html.tpl
xml/templates/message_templates/grant_submitted_subject.tpl
xml/templates/message_templates/grant_submitted_text.tpl
And changes to templates/CRM/Grant/Form/Task/Update.tpl was also not reverted.