Fix notices on Task.tpl (grumpy mode)
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 22 Mar 2022 21:04:52 +0000 (10:04 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 22 Mar 2022 21:26:26 +0000 (10:26 +1300)
commit5db3ea35069872d9a263df4bfacdd76ea68ee1c2
tree156d098091307b6af4a7c622f574a7e06f69ed98
parenta5755b2f3add870c1e8e5b9b4539aff43e39795f
Fix notices on Task.tpl (grumpy mode)

The addition of group.id to this id dates back to
https://github.com/civicrm/civicrm-core/pull/3191

- a huge PR which attempted to block collisions on the data table id per
https://issues.civicrm.org/jira/browse/CRM-14636

However, I could find no evidence that 'group' would ever be assigned here
and as a rather large PR I suspect there was a bit of pattern replacement
beyond what was confirmed....

Removing 'group' means the selector becomes 'selectedRecords-' - which is
what it is in practice anyway since group is not assigned. This is possibly
accidentally unique anyway because of the trailing '-'
templates/CRM/Contact/Form/Task.tpl