Source must be selected

Created on 10 June 2025, 3 days ago

Drupal Version

Drupal 10.4

Domain module version

Latest version

Expected Behavior

[What did you try to do? What URL did you use to do it?]

Actual Behavior

[What actually happened?]

Steps to reproduce

[A bullet list of steps to reproduce the error. Note if the error always happens or sometimes happens.]

🐛 Bug report
Status

Active

Version

2.0

Component

- Domain Source

Created by

🇮🇳India yellowfinix

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @yellowfinix
  • 🇮🇳India yellowfinix

    // elseif (is_string($value['target_id']) && isset($source_value['target_id']) && $value['target_id'] === $source_value['target_id']) {
    // $source_valid = TRUE;
    // }
    elseif (is_array($value) && is_array($source_value) && isset($value['target_id'], $source_value['target_id']) && $value['target_id'] === $source_value['target_id']) {
    $source_valid = TRUE;
    }

Production build 0.71.5 2024