[Rt-commit] rt branch, 4.2/user-location-fields, created. rt-4.2.3-172-g4b65a16
Alex Vandiver
alexmv at bestpractical.com
Wed Apr 30 11:54:32 EDT 2014
The branch, 4.2/user-location-fields has been created
at 4b65a16cf7f17790d0ec6e23f845f3fe4ff50ae4 (commit)
- Log -----------------------------------------------------------------
commit 4b65a16cf7f17790d0ec6e23f845f3fe4ff50ae4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Apr 30 11:54:09 2014 -0400
Allow searching on remaining user location fields
These fields became illegal in 1042719; add them back, as they do not
present a security risk.
Resolves I#26960.
diff --git a/lib/RT/Tickets.pm b/lib/RT/Tickets.pm
index a898e17..a2c12c7 100644
--- a/lib/RT/Tickets.pm
+++ b/lib/RT/Tickets.pm
@@ -171,7 +171,7 @@ our %LOWER_CASE_FIELDS = map { ( lc($_) => $_ ) } (keys %FIELD_METADATA);
our %SEARCHABLE_SUBFIELDS = (
User => [qw(
EmailAddress Name RealName Nickname Organization Address1 Address2
- WorkPhone HomePhone MobilePhone PagerPhone id
+ City State Zip Country WorkPhone HomePhone MobilePhone PagerPhone id
)],
);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list