Skip to content
Snippets Groups Projects

Issue #3384583: Default value widget is not updated on field config change

Closed Issue #3384583: Default value widget is not updated on field config change
1 unresolved thread
1 unresolved thread

Merge request reports

Approval is optional
Code Quality is loading
Test summary results are being parsed

Closed by Lauri TimmaneeLauri Timmanee 1 year ago (Dec 1, 2023 8:26am UTC)

Merge details

  • The changes were not merged into 11.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
97 97 $entity = $items->getEntity();
98 98 $referenced_entities = $items->referencedEntities();
99 99
100 $selection_settings = [];
100 101 // Append the match operation to the selection settings.
101 $selection_settings = $this->getFieldSetting('handler_settings') + [
102 if ($this->getFieldSetting('handler_settings') !== NULL) {
  • Srishti Bankar added 1 commit

    added 1 commit

    • 2fa4f6bf - Expanded testFieldAdminHandler() to test changing the handler

    Compare with previous version

  • Lauri Timmanee added 176 commits

    added 176 commits

    • 2fa4f6bf...5ed165d5 - 170 commits from branch project:11.x
    • 7fa95ce3 - Added a failing test
    • 33103c0c - Cspell
    • b29176c2 - rebuild default value widget
    • 97e200e0 - remove unused method
    • c0280ef9 - Added a check for handler settings in EntityReferenceAutocompleteWidget
    • cee08afd - Expanded testFieldAdminHandler() to test changing the handler

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading