Looks like you might have to hack this one (Bart)

Getting closer Bart:

As per:

Looks like you might have to hack this one :S

The callback you found is part of this line:

callback(CallbackName => 'InFormElement'); >

I am getting closer. Looks promising. However when I attempt to use code from Ruslan to see where I am at, I get an immediate error with a complaint about $TicketObj

Error returned: (one line in read)

error: no value sent for required parameter ‘TicketObj’

context:

91: my $type = $entry->{type};
92: my $name = $entry->{‘name’};
93: if ( $type eq ‘component’ ) {
94: # XXX: security check etc.
95: $m->comp( $name, %{ $entry->{arguments} || {} } );
96: } elsif ( $type eq ‘system’ ) {
97: $m->comp( ‘/Elements/ShowSearch’, Name => $name, Override => { Rows => $Rows } );
98: } elsif ( $type eq ‘saved’ ) {
99: $m->comp( ‘/Elements/ShowSearch’, SavedSearch => $name, Override => { Rows => $Rows }, IgnoreMissing => 1 );

code stack: /n/software/linux/servers/rt4/share/html/Elements/MyRT:95
/n/software/linux/servers/rt4/share/html/index.html:78
/opt/rt4/sbin/…/lib/RT/Interface/Web.pm:634
/opt/rt4/sbin/…/lib/RT/Interface/Web.pm:335
/n/software/linux/servers/rt4/share/html/autohandler:53
raw error