diff options
author | Adam Young <ayoung@redhat.com> | 2011-03-30 20:54:34 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-03-31 17:29:33 -0400 |
commit | ef57ee0d936a910407a940273f1dbd9ff084fffa (patch) | |
tree | 1a38144aaf7e550e44feb637ee4c736c788b87d1 /install/ui/user.js | |
parent | 4270e26adb56b6d1b7a9e80433581b82519d9eec (diff) | |
download | freeipa-ef57ee0d936a910407a940273f1dbd9ff084fffa.tar.gz freeipa-ef57ee0d936a910407a940273f1dbd9ff084fffa.tar.xz freeipa-ef57ee0d936a910407a940273f1dbd9ff084fffa.zip |
default all false
no longer default to all: true for searches, only specify it for user searches
Diffstat (limited to 'install/ui/user.js')
-rw-r--r-- | install/ui/user.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/user.js b/install/ui/user.js index 0ea3acf29..a922f9f89 100644 --- a/install/ui/user.js +++ b/install/ui/user.js @@ -30,7 +30,8 @@ IPA.entity_factories.user = function() { entity('user'). search_facet({ columns:['uid','cn','uidnumber','mail','telephonenumber','title'], - add_fields: ['uid','givenname','sn'] + add_fields: ['uid','givenname','sn'], + search_all: true }). details_facet([ { |