This reverts commit
d2ff128ce0503dc1956f02c86035686ea016f10f.
ACLs for accessing deleted contacts are already enforced in the query,
so this field was being hidden for UI purposes not ACL purposes.
It had the unfortunate side-effect of crashing any API call using
`is_deleted` in the WHERE clause for non-permissioned users.
*
* Generated from xml/schema/CRM/Contact/Contact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5a83ff9bd2a1837caa260151fa56f3ac)
+ * (GenCodeChecksum:5a410e3dd35c4d4b66fdeeacf1cfd971)
*/
/**
'required' => TRUE,
'where' => 'civicrm_contact.is_deleted',
'export' => TRUE,
- 'permission' => [
- 'access deleted contacts',
- ],
'default' => '0',
'table_name' => 'civicrm_contact',
'entity' => 'Contact',
<html>
<type>CheckBox</type>
</html>
- <permission>access deleted contacts</permission>
</field>
<index>
<name>index_is_deleted_sort_name</name>