[REF] Remove checks as to whether entityShortName is in the component array
authoreileen <emcnaughton@wikimedia.org>
Fri, 18 Sep 2020 05:14:00 +0000 (17:14 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 21 Sep 2020 00:42:51 +0000 (12:42 +1200)
commit6ec388a8153c42225bc111ce78dcbfcaddb43154
tree038a77df9d916c1ade399201d3990111caaa56ed
parent6d44a8f63abe01a2b59a2dc1fe797a2fc054319e
[REF] Remove checks as to whether entityShortName is in the component array

If entityShortName is not in components then formTaskClassName will never be set & later down the attempt to use
that variable in formTaskClassName::preProcessCommon MUST fail - ergo it is always in components.

To make it really explicit I added the exception & hard-coded list as I think it would be easy to revisit this
later without that
CRM/Export/Form/Select.php