[Rt-commit] r12943 - rt/branches/3.6-RELEASE/html/Search/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Thu Jun 5 17:20:54 EDT 2008
Author: ruz
Date: Thu Jun 5 17:20:53 2008
New Revision: 12943
Modified:
rt/branches/3.6-RELEASE/html/Search/Elements/SelectPersonType
Log:
* add id to possible subkey for people
* describe new types of searches
Modified: rt/branches/3.6-RELEASE/html/Search/Elements/SelectPersonType
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Elements/SelectPersonType (original)
+++ rt/branches/3.6-RELEASE/html/Search/Elements/SelectPersonType Thu Jun 5 17:20:53 2008
@@ -69,10 +69,10 @@
@types = qw(Requestor Cc AdminCc Watcher);
}
else {
- @types = qw(Requestor Cc AdminCc Watcher Owner);
+ @types = qw(Requestor Cc AdminCc Watcher Owner QueueCc QueueAdminCc QueueWatcher);
}
-my @subtypes = qw(EmailAddress Name RealName Nickname Organization Address1 Address2 WorkPhone HomePhone MobilePhone PagerPhone);
+my @subtypes = qw(EmailAddress Name RealName Nickname Organization Address1 Address2 WorkPhone HomePhone MobilePhone PagerPhone id);
</%INIT>
<%ARGS>
More information about the Rt-commit
mailing list