All public logs

Jump to navigation Jump to search

Combined display of all available logs of Request Tracker Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:56, 22 June 2023 Ronaldo talk contribs created page How to create options to move tickets to a Spam Queue (Created page with "To add a spam menu to ticket display page, you can make it via a callback, i.e. Create "/opt/rt5/local/html/Callbacks/MyRT/Elements/Tabs/Privileged" with the following content(Replace queue id "3" with your real Spam queue id): <pre> <%INIT> my $request_path = $HTML::Mason::Commands::r->path_info; $request_path =~ s!/{2,}!/!g; if ( $request_path =~ m{^/Ticket/} and my $id = $DECODED_ARGS->{id} ) { my $ticket = RT::Ticket->new( $session{CurrentUs...")