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
  • 09:51, 20 June 2023 Ronaldo talk contribs created page Remove a super user from the Owners dropdown list (Created 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...")