Skip to content
Snippets Groups Projects

Issue#3038261: Update help text if there is no item in refereneced item.

Issue#3038261: Update help text if there is no item in refereneced item.

Closes #3038261

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
56 56 ];
57 57 }
58 58
59 $bundles = $items->getItemDefinition()->getSettings();
60 $type = implode('', $bundles['handler_settings']['target_bundles']);
  • 56 56 ];
    57 57 }
    58 58
    59 $bundles = $items->getItemDefinition()->getSettings();
  • 56 56 ];
    57 57 }
    58 58
    59 $bundles = $items->getItemDefinition()->getSettings();
    60 $type = implode('', $bundles['handler_settings']['target_bundles']);
    61 if (count($options) < 1) {
    62 $element['#description'] = $this->t('There are no @type types available. Contact the site administrator.', [
  • 37 38 '#multiple' => $this->multiple && count($this->options) > 1,
    38 39 ];
    39 40
    41 $bundles = $items->getItemDefinition()->getSettings();
    42 $type = implode('', $bundles['handler_settings']['target_bundles']);
    43 if (count($options) < 2) {
  • omkar podey added 32 commits

    added 32 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading