-
- Downloads
Move Email, Address, etc. is_primary handling on delete to a hook
Previously this was all done in a delegated function. This moves that logic to a hook listener.
Showing
- CRM/Contact/BAO/Contact.php 18 additions, 40 deletionsCRM/Contact/BAO/Contact.php
- CRM/Core/BAO/Address.php 4 additions, 2 deletionsCRM/Core/BAO/Address.php
- CRM/Core/BAO/Email.php 16 additions, 8 deletionsCRM/Core/BAO/Email.php
- CRM/Core/BAO/IM.php 4 additions, 2 deletionsCRM/Core/BAO/IM.php
- CRM/Core/BAO/OpenID.php 4 additions, 2 deletionsCRM/Core/BAO/OpenID.php
- CRM/Core/BAO/Phone.php 4 additions, 2 deletionsCRM/Core/BAO/Phone.php
- CRM/Core/DAO.php 6 additions, 1 deletionCRM/Core/DAO.php
- tests/phpunit/api/v4/Entity/AddressTest.php 62 additions, 0 deletionstests/phpunit/api/v4/Entity/AddressTest.php
Loading
Please register or sign in to comment