Problem/Motivation
Add a boolean field as a filter and expose it. The widget title and default label will be 'True'.

Proposed resolution
Fix the views data generated to include a 'label' property too. Ideally we would use either title or 'title short' but some handlers still depend on label, so we should keep that for 8.x.x at least? :/
Remaining tasks
User interface changes
Fixed widget labels
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2732091-8-PASS.patch | 2.61 KB | damiankloip |
Comments
Comment #2
damiankloip commentedComment #3
damiankloip commentedComment #4
damiankloip commentedWith a correct patch.
Comment #6
dawehnerSome kind of test would be nice!
Comment #7
damiankloip commentedComment #8
damiankloip commentedWe can add something to the existing UI test as this has the same problem already.
Comment #10
jibranUber nit pick. Other then that RTBC.
This line is annoyingly long. Can we move it to some var and make it multiline?
Comment #12
catchCommitted/pushed to 8.2.x, thanks!
Any reason this can't go into 8.1.x?
Comment #13
dawehnerNope
Comment #14
catchYeah I also can't think of one. Cherry-picked to 8.1.x