Plugin Add filter for Issues
Posted: 01 Oct 2013, 14:37
Hello,
I'm trying to implement a plugin for filtering multiple issues per number - it is working fine so far, there is only one Problem:
If you enter a lot of issues into the String filter field, the layout is destroyed, because there is no linebreak or anything. I tried to change the display of the filter, but that has absolutely no effect, no matter what i'm trying.
Even something like this is just ignored:
What did I miss?
Thank you
Philipp
I'm trying to implement a plugin for filtering multiple issues per number - it is working fine so far, there is only one Problem:
If you enter a lot of issues into the String filter field, the layout is destroyed, because there is no linebreak or anything. I tried to change the display of the filter, but that has absolutely no effect, no matter what i'm trying.
Even something like this is just ignored:
Code: Select all
public function display( $p_filter_value ) {
return 'test';
}
Thank you
Philipp