dev/core#1645 fix regression by removing form inheritence
authoreileen <emcnaughton@wikimedia.org>
Sat, 14 Mar 2020 21:38:28 +0000 (10:38 +1300)
committereileen <emcnaughton@wikimedia.org>
Sat, 14 Mar 2020 23:54:23 +0000 (12:54 +1300)
commite7d7f47da41450da14a49744b4901f58fe668de1
tree599c0e1d99307acb8d82648dfb4449b0d08ce768
parent21f6ab9d1eea786173c854d12c92dece856d686c
dev/core#1645 fix  regression  by removing form inheritence

The Assign  Account form is failing to load because it inherits indirectly from CRM_Admin_Form which
now has a different visibility on the _id property.

I  took a look and there really is no reason for this complex  inheritence - this is a standalone form
and the setDefaults of  the parent seems of no use, let alone the parent's parent.

Assign, edit & browse seem to still work fine
CRM/Financial/Form/FinancialTypeAccount.php