[NFC] Add metadata about import jobs to MapField form
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 21 Mar 2023 21:19:41 +0000 (10:19 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 21 Mar 2023 21:21:26 +0000 (10:21 +1300)
commitb22112db9ed336acf4b6a59cec0930001071db40
treeafd28988ee250554e238cf76b3a0ce26ae132f9a
parentd0c3b5193eff5395fad8c7400c7ba2b49781aafc
[NFC] Add metadata about import jobs to MapField form

This extra metadata has been part of a whole lot of PRs & somehow always
winds up in conflict or otherwise so I'm adding it by itself, wihout any usage of it.

Note that
- this brings MapField into line with DataSource
- there is nothing calling these functions as of this PR - it's just
an attempt to get the extra metadata added to the forms/ parsers without
conflict
13 files changed:
CRM/Activity/Import/Form/MapField.php
CRM/Activity/Import/Parser/Activity.php
CRM/Contact/Import/Form/MapField.php
CRM/Contact/Import/Parser/Contact.php
CRM/Contribute/Import/Form/MapField.php
CRM/Contribute/Import/Parser/Contribution.php
CRM/Core/BAO/UserJob.php
CRM/Custom/Import/Form/MapField.php
CRM/Custom/Import/Parser/Api.php
CRM/Event/Import/Form/MapField.php
CRM/Event/Import/Parser/Participant.php
CRM/Member/Import/Parser/Membership.php
Civi/UserJob/UserJobInterface.php