[rt-users] Web.pm: Limit requestor email
Roland von Herget
rherget at xebec.de
Tue Jul 10 08:38:53 EDT 2001
Hi all,
I've a problem:
we are using rt-2.0.0 in production now and have the problem that we can't
search for requestors emails via the Web interface:
I found this in Web.pm:
line 215:
# {{{ Limit requestor email
#TODO this doesn't work
if ($args{ARGS}->{'ValueOfRequestor'} ne '') {
my $alias=$session{'tickets'}->LimitRequestor (
VALUE => $args{ARGS}->{'ValueOfRequestor'},
OPERATOR => $args{ARGS}->{'RequestorOp'},
);
}
# }}}
ok the TODO: line tells all I think.
In the current cvs version this TODO line isn't there any longer, but I
can't find any related fixes in the current cvs version.
Does this work in the cvs version ?
Which fixes do I have to apply to rt-2.0.0 for fixing it ?
Thanks a lot,
Roland
More information about the rt-users
mailing list