User contributions for Ronaldo

A user with 10 edits. Account created on 18 April 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

22 June 2023

  • 06:5606:56, 22 June 2023 diff hist +2,071 N How to create options to move tickets to a Spam QueueCreated 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..." current

20 June 2023

  • 08:5608:56, 20 June 2023 diff hist +402 N Enable a custom field only for staff (privileged) usersCreated page with "# Pick the Admin > Global > Custom Fields > Tickets menu option # Click your custom field (Location) # Click the Group Rights tab # Click Privileged # Click View Custom Fields on the General rights tab to give read access # Click both rights on the Rights for Staff tab if you'd like them to be able to edit your custom field # Click Save Changes Category:Administration Category:Custom Fields" current
  • 08:5108:51, 20 June 2023 diff hist +1,107 N Remove a super user from the Owners dropdown listCreated page with "You can achieve this via a callback to exclude specified users from the owner dropdown, e.g. create /opt/rt5/local/html/Callbacks/MyRT/Elements/SelectOwnerDropdown/ModifyOwnerListRaw with the following content: <pre> <%INIT> if ( $UserHashRef ) { for my $user_id ( 14, 25, 26, 38, 57 ) { delete $UserHashRef->{$user_id}; } } </%INIT> <%ARGS> $UserHashRef => undef </%ARGS> </pre> Remember to replace the list..." current

13 June 2023

  • 08:0608:06, 13 June 2023 diff hist +2,060 N Fixing Fulltext Indexing in Request Tracker RTCreated page with "If you have Fulltext search enabled and users start reporting that the queries are not retrieving the expected results, you might want to perform a full reindex of it. Follow the steps below to fix the fulltext indexing. === Step 1: Disable Fulltext-Indexer Cron Job === Temporarily disable the fulltext-indexer cron job to prevent any interference during the re-indexing process. === Step 2: Disable Fulltext Search in RT Configuration === Temporarily disable fulltext s..." current

2 June 2023