I have a filter field that's a boolean check for yes/no for a feed in views that now displays as a broken/missing handler. I've tried deleting it and re-adding it, but it keeps giving an error...
Screenshots attached.
Any help would be great.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mosesdog’s picture

Update: I created a new field (List integer) with radio buttons to give the same option, and now it is working. Still need to figure out why boolean is a broken/missing handler.

harrrrrrr’s picture

We have the same issue and reverted this patch as a temp fix: https://www.drupal.org/files/issues/1831622.views_.field-api-boolean-fie...

msantos202’s picture

This solution works for me. thanks you save my day

lahoosascoots’s picture

Priority: Normal » Major

I'm raising the priority on this. I've seen this on a large number of sites and it is causing blocks to disappear from their regions.

torgosPizza’s picture

Reverting the patch works for us for the most part, but I have at least once already seen blocks in their regions that shouldn't be, but that might have just been in the middle of the rebuild process because they were corrected in the next page refresh.

torgosPizza’s picture

Update, even with reverting that single patch we did see this issue crop up again. Blocks created in Views that use a Boolean, for example "Node is published: TRUE") seem to break and occasionally disappear from their configured Panels regions, or suddenly show up when they shouldn't due to this broken relationship.

Still looking for a permanent solution.