Quick fix on summary actions conflict
authoreileen <emcnaughton@wikimedia.org>
Sat, 28 Nov 2020 22:10:35 +0000 (11:10 +1300)
committereileen <emcnaughton@wikimedia.org>
Sun, 29 Nov 2020 02:37:32 +0000 (15:37 +1300)
commit76b6a55c610412ae8374f56d7619d688cfd299f4
tree2da0955143b03bc1a23479236995f0cd8b95d458
parent5435c94d224625b0f9c52c5ef35ae0f84ea665d8
Quick fix on summary actions conflict

Per https://github.com/eileenmcnaughton/org.wikimedia.contacteditor/issues/8 &
https://github.com/mattwire/uk.co.mjwconsult.checksum/issues/1

menu items are indexed by weight, resulting in a conflict between 2 items with the same weight -
this is just a quick & dirty fix to ensure we don't overwrite one menu item with another
CRM/Contact/BAO/Contact.php
tests/phpunit/CRM/Contact/Form/Search/CriteriaTest.php