Rename activity search field from status_id to activity_status_id
authoreileen <emcnaughton@wikimedia.org>
Sun, 24 Nov 2019 22:04:09 +0000 (11:04 +1300)
committereileen <emcnaughton@wikimedia.org>
Sun, 24 Nov 2019 22:12:41 +0000 (11:12 +1300)
commita13c931bdf0a87abc45f8fe81c33980a610a9350
treefab2ade123ebd04f329ff9ad4690917fbc21e337
parent3201a1fb808a63ebf0ccc6e71046f9e204a03ee6
Rename activity search field from status_id to activity_status_id

Currently this is on the form as 'status_id' but as soon as it's submitted the value is renamed - I think
we might not even need to change the smart group for this one.

The other field that is being renamed is 'priority_id'. Unless we have an appetite to
add a uniqueName for this field (which I kind of feel like not doing more of for some
cycles), I think we could stop renaming it & rely on the default where handling for the
where clause. From what I can see the reason for prefixing is not about
uniqueness but rather about adding a prefix so it gets handled by
Activity_BAO_Query - but in fact Contact_BAO_Query should handle it just fine
based on metadata
CRM/Activity/BAO/Query.php
CRM/Activity/Form/Search.php
CRM/Contact/Form/Search/Advanced.php
CRM/Contact/Form/Search/Custom/ActivitySearch.php
CRM/Core/Form/Search.php
templates/CRM/Activity/Form/Search/Common.tpl