Posted by arhak on November 25, 2009 at 4:02am
3 followers
Jump to:
| Project: | Util |
| Version: | 6.x-3.x-dev |
| Component: | Dblog_extension |
| Category: | support request |
| Priority: | normal |
| Assigned: | arhak |
| Status: | closed (fixed) |
Issue Summary
the filter by user is now a <select> with realname support
before it was an autocomplete which used to require filtering by u.name
now it is more appropriated to filter by u.uid since several names/realnames may collide
PS: if this gets committed first then a re-roll would be required for #623766: fix empty username for Anonymous user and vice versa.
| Attachment | Size |
|---|---|
| 2009-11-24_filter_by_uid_instead_of_name.patch | 1.1 KB |
Comments
#1
BTW: this patch also made fixed
'conjunction' => TRUE,instead of'conjunction' => count($user_list) > 1,to preserve uniformity between filters (core filters behave the same all the time even when there is only one option, even if there is none at all)#2
Committed.
You get a few little bonuses:
#3
Automatically closed -- issue fixed for 2 weeks with no activity.