[Rt-commit] rt branch, 4.4/fix-double-escaped-queue-name, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Feb 13 10:21:13 EST 2019
The branch 4.4/fix-double-escaped-queue-name was deleted and repushed:
was 5524811e7786467bf0661fc7105aef49dbe592ee
now 211d2c78c9585b58c24e5a4db4e78ef1cc79c51d
1: adae24234 ! 1: 6b64f4124 Don't escape queue name in title generation stage as it'll be escaped later
@@ -47,6 +47,9 @@
$label = '#'. $QueueObj->id
unless defined $label && length $label;
+
++# Ticket create page uses this component to get queue name to generate page
++# title, which will be escaped in /Elements/Header later, so we don't need to
++# escape it here, otherwise the queue name will be wrongly escaped twice.
+if ( !$Escape ) {
+ $m->out($label);
+ return;
2: 5524811e7 = 2: 211d2c78c Add tests to confirm queue name is not double escaped
More information about the rt-commit
mailing list