- Issue created by @kaszarobert
- Merge request !3Issue #3500175: Compatibility with the Automatic Entity Label module → (Closed) created by kaszarobert
- 🇫🇷France lazzyvn paris
this patch is not good but i still merge and fix it later. actually It needs to check method on entity label() if it exists because different entities will have different title function
- 4394be3b committed on 1.x
Issue #3500175: Compatibility with the Automatic Entity Label module
- 4394be3b committed on 1.x
- 🇮🇳India sahil.shaikh
On Above discussed patch can't this be applied
$data = json_encode($query + [
"entity" => $entity->$labelKey->value . " (" . $entity->id() . ")",
]);instead of
$data = json_encode($query + [
"entity" => $entity->label() . " (" . $entity->id() . ")",
]);
where we are already checking entity type and getting its labelKey and fetching the value - Status changed to Needs review
2 days ago 12:43pm 16 April 2025