multiple username selection should be allowed when using select instead of autocompletion
arhak - November 4, 2009 - 23:55
| Project: | Utility |
| Version: | 6.x-3.x-dev |
| Component: | Dblog_extension |
| Category: | feature request |
| Priority: | normal |
| Assigned: | arhak |
| Status: | fixed |
Jump to:
Description
NancyDru has pointed out that a select has more sense (http://drupal.org/node/578488#comment-2124678),
since dblog entries are limited
in addition, having a select allows multiple username selection
currently it is a single select, which doesn't make much sense with respect to other filtering options
if a single select would be allowed then it should be optionally configurable as well as #623776: optionally offer select/autocomplete widget for username filter
then having three options would make more sense:
- single select
- multiple select
- autocomplete

#1
this is the way it is currently working in HEAD
NancyDru made
'conjunction' => TRUE,alreadyPS: actually she made
'conjunction' => count($user_list) > 1,but that looks odd to me, since remaining core filters doesn't work like that