Skip to content
Snippets Groups Projects
Verified Commit d3188f36 authored by Dave Long's avatar Dave Long
Browse files

Issue #3458319 by TravisCarden: 'Display "@display" needs a selected search...

Issue #3458319 by TravisCarden: 'Display "@display" needs a selected search fields' message is confusing

(cherry picked from commit 269e502c)
parent 511d6fe5
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #232130 passed with warnings
Pipeline: drupal

#232149

    Pipeline: drupal

    #232145

      Pipeline: drupal

      #232141

        +1
        ...@@ -221,7 +221,7 @@ public function validate() { ...@@ -221,7 +221,7 @@ public function validate() {
        // Verify that search fields are set up. // Verify that search fields are set up.
        $style = $this->getOption('style'); $style = $this->getOption('style');
        if (!isset($style['options']['search_fields'])) { if (!isset($style['options']['search_fields'])) {
        $errors[] = $this->t('Display "@display" needs a selected search fields to work properly. See the settings for the Entity Reference list format.', ['@display' => $this->display['display_title']]); $errors[] = $this->t('Display "@display" needs a selected "Search fields" value to work properly. See the settings for the "Entity Reference list" format.', ['@display' => $this->display['display_title']]);
        } }
        else { else {
        // Verify that the search fields used actually exist. // Verify that the search fields used actually exist.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment