views_handler_filter_string::admin_summary does not display the filter values, only the operator

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yched’s picture

FileSize
2.1 KB

Attached patch fixes this.
It also fixes views_handler_filter_numeric::admin_summary to
- not display a value if the operator doesn't use one ('empty' instead of 'empty 3.5')
- display the 'short' name of the operator instead of the key of the operators() array.

yched’s picture

Status: Active » Needs review
FileSize
2.1 KB

Oops, previous patch has a typo. This one is better.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.