[Rt-commit] rt branch, 5.0/configurable-linked-queue-portlets, repushed
? sunnavy
sunnavy at bestpractical.com
Mon May 11 17:58:00 EDT 2020
The branch 5.0/configurable-linked-queue-portlets was deleted and repushed:
was 3dfdaea75911128c9cb6dad5de76059410c6ff68
now ffa0b41f972e3b1e1c3b138b94e8c0845462ce0c
1: d5581ef0de ! 1: 86a85bc19e Add a configurable queue portlet to ticket display page
@@ -260,7 +260,7 @@
my $links_url = RT->Config->Get('WebPath')."/Ticket/ModifyLinks.html?id=".$Ticket->Id;
@@
my $links_titleright = join ' ',
- ($links_behavior =~ /^(link|click)$/ ? ($links_inline) : ()),
+ ($can_modify && $links_behavior =~ /^(link|click)$/ ? ($links_inline) : ()),
(RT->Config->Get('DisableGraphViz') ? () : $links_graph);
-my @extra;
push @extra, (titleright_raw => $links_titleright) if $links_titleright;
2: 49f3a45e2b = 2: 749b692f19 Add test for Linked Queue Portlets
3: 079ccba255 = 3: 0c6e667c34 Use LinkedQueuePortletFormats for ShowLinkedQueues
4: 1fafcee493 < -: ------- Add new options to META for access from web config
5: 3dfdaea759 ! 4: df45abbab5 Add spacing between title and table showing linked tickets
@@ -18,7 +18,7 @@
--- a/share/static/css/elevator-light/boxes.css
+++ b/share/static/css/elevator-light/boxes.css
@@
- padding: 0 15px 15px 15px;
+ padding: 0;
}
+/* Add some space before the displayed link table */
@@ -29,3 +29,4 @@
/* Ticket display page colored top borders */
/* Keep in sync with transaction colors in history.css */
/* material.io reference: https://material.io/design/color/#tools-for-picking-colors */
+
-: ------- > 5: ffa0b41f97 Fix inline edit icons in ticket list when height is not big enough
More information about the rt-commit
mailing list