Problem/Motivation
UserContactMappingService::validateEntityId() check -- it's throwing exceptions on lots of pages where the id being checked is 0 (anonymous user) -- which is a problem for a bunch of our view pages.
Steps to reproduce
Proposed resolution
Any reason this check shouldn't be for < 0, instead of <= 0?
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork crm-3620100
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bluegeek9 commentedComment #4
bluegeek9 commentedComment #6
bluegeek9 commented