[Bps-public-commit] rt-extension-assetsql branch, master, updated. b47af259e51261207ad50ab2ceebe0a31938a8ff
Shawn Moore
shawn at bestpractical.com
Wed Jun 15 18:40:10 EDT 2016
The branch, master has been updated
via b47af259e51261207ad50ab2ceebe0a31938a8ff (commit)
from d2d72091df114da0d8005b8384dcc2be8b911134 (commit)
Summary of changes:
html/Asset/Search/Elements/SelectPersonType | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit b47af259e51261207ad50ab2ceebe0a31938a8ff
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 15 22:40:02 2016 +0000
Add callback for massaging SelectPersonType
diff --git a/html/Asset/Search/Elements/SelectPersonType b/html/Asset/Search/Elements/SelectPersonType
index 985cd0e..0bb34d9 100644
--- a/html/Asset/Search/Elements/SelectPersonType
+++ b/html/Asset/Search/Elements/SelectPersonType
@@ -17,6 +17,7 @@
my @types = qw(Owner HeldBy Contact);
my @subtypes = @{ $RT::Assets::SEARCHABLE_SUBFIELDS{'User'} };
+$m->callback(Types => \@types, Subtypes => \@subtypes);
</%INIT>
<%ARGS>
$AllowNull => 1
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list