CRM-13490 : the concept used for fixing this is - detach the 'required' form rule...
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Mon, 21 Oct 2013 12:55:49 +0000 (18:25 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Mon, 21 Oct 2013 12:55:49 +0000 (18:25 +0530)
commitac79e2f51211e4381f3a413fdaecf5842ee4c05e
tree8fcb368126eb5e42ba458b29e502c295c125e9e0
parent656c954bcaf3b7c9f1dbb43d529c328a4b1665f3
CRM-13490 : the concept used for fixing this is - detach the 'required' form rule for address custom data field, check if the address is filled i.e. intended to be submitted if 'yes' then check for 'required' custom field form rule

----------------------------------------
* CRM-13490: Addresses with required custom fields can't be deleted from the Edit screen
  http://issues.civicrm.org/jira/browse/CRM-13490
CRM/Contact/Form/Contact.php
CRM/Contact/Form/Domain.php
CRM/Contact/Form/Edit/Address.php
CRM/Core/BAO/Address.php
CRM/Event/Form/ManageEvent/Location.php