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
Branches
Tags
3 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!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() {
        // Verify that search fields are set up.
        $style = $this->getOption('style');
        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 {
        // Verify that the search fields used actually exist.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment