Posted by douggreen on March 29, 2010 at 1:12pm
| Project: | Mongodb |
| Version: | 7.x-1.x-dev |
| Component: | Watchdog |
| Category: | task |
| Priority: | normal |
| Assigned: | douggreen |
| Status: | closed (won't fix) |
Issue Summary
When we display the watchdog record, the user object is passed to theme_username, and with the core implementation, all we really need is name (and maybe uid and maybe homepage). Attached patch saved user.uid and user.name, and then when loading tries to get the rest of the object, in-case theme_username needs it.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| mongolog-user.patch | 1.71 KB | Ignored: Check issue status. | None | None |
Comments
#1
Rerolled, fixing bug with extra $account set.
#2
chx has commented that he doesn't like this. While I like the disk/memory savings associated with this patch, I'm not going to argue it further.