searchit icon indicating copy to clipboard operation
searchit copied to clipboard

Missing filter dropdown after updating the plugin

Open elodiegrondin opened this issue 6 years ago • 0 comments

Issue

First, I wanted to say thanks for this great plugin ! But unfortunately, I'm unable to use it as soon as I update the plugin... The code is still in the cp and the preview of the button works properly. But when I go in the entries, the dropdown doesn't show up. Everything was working before I update the plugin...

What I've tried

  • I tried to disable, uninstall, reinstall the plugin.
  • I rebuilt the entries and assets indexes.
  • I even tried to create another filter with the example code but still no dropdown filter...

And I don't see any errors in the logs so I'm kind of lost here... Any help is welcome

Filter code

{% for mediasType in craft.app.sections.getSectionByHandle('medias').getEntryTypes() %}
    {{ ({
        filter: {
            type: mediasType.handle
        },
        label: mediasType.name
    })|json_encode() }}{{ not loop.last ? ',' }}
{% endfor %}

Info Application

  • PHP version 7.1.12
  • OS version Darwin 18.7.0
  • Database driver & version MySQL 5.6.38
  • Image driver & version Imagick 3.4.3 (ImageMagick 6.9.6-2)
  • Craft edition & version Craft Pro 3.3.0.1
  • Yii version 2.0.21
  • Twig version 2.11.3
  • Guzzle version 6.3.3
  • Imagine version 1.2.3-dev

Plug-ins

  • Calendar 2.0.24
  • Cookies 1.1.11
  • CP Clear Cache 1.0.4
  • Feed Me 4.1.2
  • Fix FKs 1.0.2.1
  • Freeform 3.3.1
  • Imgix 2.0.4
  • Mandrill 1.3.1
  • Minify 1.2.9
  • Neo 2.4.5
  • oEmbed 1.1.6
  • Redactor 2.3.3.2
  • Redactor Custom Styles 3.0.2
  • Searchit 1.0.8
  • SEOmatic 3.2.21
  • SimpleMap 3.3.5

elodiegrondin avatar Sep 04 '19 11:09 elodiegrondin