Skip to content
Snippets Groups Projects

Issue #3227900: Entity reference autocomplete value should be in double quotes

Open Issue #3227900: Entity reference autocomplete value should be in double quotes
1 unresolved thread
1 unresolved thread

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
162 162 ->getStorage($element['#target_type'])
163 163 ->load($value);
164 164 if ($entity && $entity->access('view label')) {
165 return "{$entity->label()} ($value)";
165 $entity_label = $entity->label();
166 if (strpos($entity_label, ',') !== FALSE) {
  • added 1 commit

    Compare with previous version

  • added 4 commits

    • 178c3399...19dcab89 - 3 commits from branch project:8.x-2.x
    • 6f9e9216 - Merge branch '8.x-2.x' into '3227900-entity-reference-autocomplete'

    Compare with previous version

  • Please register or sign in to reply
    Loading