Plugin Add filter for Issues

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
pramsent
Posts: 4
Joined: 27 Jul 2006, 23:36

Plugin Add filter for Issues

Post 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
Post Reply