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

Blaine Motsinger blaine at bestpractical.com
Fri Mar 20 19:21:26 EDT 2020


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

1: afa9a44789 ! 1: 53f5f99534 Add a configurable queue portlet to ticket display page
    @@ -86,10 +86,14 @@
     +            }
     +        }
     +
    ++        # create an identifiable class name for the linked queue portlet so
    ++        # we can specifically target it apart from ticket-info-links.
    ++        my $linked_queue_class = 'linked-queue';
    ++
     +        my $query_string = $m->comp( '/Elements/QueryString', Query => $query );
     +        my $title_href = RT->Config->Get( 'WebPath' ) .  "/Search/Results.html?$query_string";
     +        my $title_class = 'inverse';
    -+        my $class = "ticket-info-links";
    ++        my $class = 'ticket-info-links' . ' ' . $linked_queue_class;
     +        my $titleright_raw = '';
     +
     +$m->callback( CallbackName => 'MassageTitleBox',
2: e5e5ef2785 ! 2: 6927815148 Add docs for the new Linked Queue Portlets configs
    @@ -51,3 +51,4 @@
      =item C<$PreviewScripMessages>
      
      Set C<$PreviewScripMessages> to 1 if the scrips preview on the ticket
    +
-:  ------- > 3: 1dac46d192 Add test for Linked Queue Portlets



More information about the rt-commit mailing list