Put common preProcess actions into parent class
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 13 May 2015 06:20:41 +0000 (18:20 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 13 May 2015 12:41:26 +0000 (00:41 +1200)
commit42e8b05c6be509d418967459f4da4ffb1d6b352b
tree081b903a3c30bcc9290c9b7b2332e2234e54b93d
parentc41bfe2b3d44eaaa39331dc1f3dfcbe24fe9a205
Put common preProcess actions into parent class

Note that this switches the Participant form to calling
      CRM_Contact_Form_Task::preProcessCommon($this);
      rather than parent::preProcess();
      I think this may remove the need for the twisted inheritance
      but haven't set AbstractEditPayment back to inherit from
      CRM_Core_Form
      which is more desirable.y

towards consolidating onto parent preProcess
but the whole cdtype seems to block tidy up - although cdType seems to be a misimplementation -
in that there should be a custom data type form called for ajax rather than putting it on every form

r

r
CRM/Contribute/Form/AbstractEditPayment.php
CRM/Contribute/Form/Contribution.php
CRM/Contribute/Task.php
CRM/Event/Form/Participant.php
CRM/Member/Form.php
CRM/Member/Form/Membership.php
CRM/Member/Form/MembershipRenewal.php