Page 1 of 1

Plugin Add filter for Issues

Posted: 01 Oct 2013, 14:37
by pramsent
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:

Code: Select all

public function display( $p_filter_value ) {
		
		return 'test';
	}

What did I miss?
Thank you
Philipp