Skip to content
Snippets Groups Projects

Resolve #3480383 "Relationship should not"

Merged Steven Ayers requested to merge issue/crm-3480383:3480383-relationship-should-not into 1.0.x
Files
25
@@ -46,9 +46,6 @@ class ExternalIdConstraintValidator extends ConstraintValidator implements Conta
$entity = $value->getEntity();
$field_definition = $value->getFieldDefinition();
// dpm($field_definition->get('entity_type'));
// dpm($field_definition->get('field_name'));
// dpm($field_definition->get('bundle'));.
foreach ($value as $item) {
// First check if the value is an integer.
if (!is_int((int) $item->value)) {
Loading