[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.5-45-ga68fcf3
Alex Vandiver
alexmv at bestpractical.com
Wed Jun 18 16:41:08 EDT 2014
The branch, 4.2-trunk has been updated
via a68fcf39bb3948cebc48f0433eabf012bb02c406 (commit)
from 989a2acbadd7a65047f2cc78a4f7afeb890b24d5 (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit a68fcf39bb3948cebc48f0433eabf012bb02c406
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Jun 18 16:26:24 2014 -0400
Allow user search; comes with the same caveats as ticket search
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index e7dfa8e..f18ff9d 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -1376,6 +1376,7 @@ our %is_whitelisted_component = (
'/Search/Simple.html' => 1,
'/m/tickets/search' => 1,
'/Search/Chart.html' => 1,
+ '/User/Search.html' => 1,
# This page takes Attachment and Transaction argument to figure
# out what to show, but it's read only and will deny information if you
-----------------------------------------------------------------------
More information about the rt-commit
mailing list