[Rt-commit] rt branch, 5.0/configurable-linked-queue-portlets, repushed

Blaine Motsinger blaine at bestpractical.com
Wed Mar 18 20:29:26 EDT 2020


The branch 5.0/configurable-linked-queue-portlets was deleted and repushed:
       was 5cc23cfd80ce36884ff59fae5c5ac311b5bb7041
       now e5e5ef2785949519e65af8944c5854fc82cb2628

1: 94173dc2b2 ! 1: afa9a44789 Add a configurable queue portlet to ticket display page
    @@ -190,4 +190,12 @@
      <& /Ticket/Elements/ShowAssets, Ticket => $Ticket &>
      <%PERL>
      my $links_url = RT->Config->Get('WebPath')."/Ticket/ModifyLinks.html?id=".$Ticket->Id;
    -
    +@@
    + my $links_titleright = join ' ',
    +     ($links_behavior =~ /^(link|click)$/ ? ($links_inline) : ()),
    +     (RT->Config->Get('DisableGraphViz') ? () : $links_graph);
    +-my @extra;
    + push @extra, (titleright_raw => $links_titleright) if $links_titleright;
    + </%PERL>
    + % $m->callback( %ARGS, CallbackName => 'LinksExtra', extra => \@extra );
    +
2: 5cc23cfd80 = 2: e5e5ef2785 Add docs for the new Linked Queue Portlets configs



More information about the rt-commit mailing list