[Rt-commit] rt branch, 4.4/fix-show-links-of-type-init-callback-params, created. rt-4.4.4-144-gcc64be89fc
? sunnavy
sunnavy at bestpractical.com
Fri Oct 2 16:17:54 EDT 2020
The branch, 4.4/fix-show-links-of-type-init-callback-params has been created
at cc64be89fc56b2d82db336c420f96585b3b53bf3 (commit)
- Log -----------------------------------------------------------------
commit cc64be89fc56b2d82db336c420f96585b3b53bf3
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Oct 3 03:41:48 2020 +0800
Fix Type/Recurse/MaxDepth param names for Init callback of ShowLinksOfType
They were wrongly set to the value previously.
diff --git a/share/html/Elements/ShowLinksOfType b/share/html/Elements/ShowLinksOfType
index 20806776cb..be9b24a086 100644
--- a/share/html/Elements/ShowLinksOfType
+++ b/share/html/Elements/ShowLinksOfType
@@ -110,9 +110,9 @@ $m->callback(
CallbackName => "Init",
ARGSRef => \%ARGS,
Object => $Object,
- $Type => $Type,
- $Recurse => \$Recurse,
- $MaxDepth => \$MaxDepth,
+ Type => $Type,
+ Recurse => \$Recurse,
+ MaxDepth => \$MaxDepth,
active => \@active,
inactive => \@inactive,
not_tickets => \@not_tickets,
-----------------------------------------------------------------------
More information about the rt-commit
mailing list