If an entity reference to a user is left empty the view displays it as "Anonymous" rather than just leaving the output empty, this is caused by format_username() so can be worked around by disabling "Use formatted username", but this means when there are actually users they won't be formatted either.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | views-2514694-6.patch | 653 bytes | mustanggb |
| #3 | views-2514694-3.patch | 651 bytes | mustanggb |
Comments
Comment #1
mustanggb commentedComment #2
mustanggb commentedComment #3
mustanggb commentedAnd a patch.
Comment #5
rasikap commentedComment #6
mustanggb commentedWell empty() matches 0, which of course should return the anonymous user.
Manually edited to use the less inclusive is_null() instead.
Comment #7
mustanggb commentedRemoving code from summary as there are patches now.
Comment #8
damienmckennaBumping to the next release.
Comment #9
damienmckennaThis feels like an appropriate change.
Comment #11
damienmckennaCommitted. Thanks.