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

Command icon 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

bluegeek9 created an issue. See original summary.

bluegeek9’s picture

Category: Task » Bug report

bluegeek9’s picture

Assigned: bluegeek9 » Unassigned
Status: Active » Needs review

  • bluegeek9 committed f75b4592 on 1.0.x
    fix: #3620100 UserContactMappingService::validateEntityId() -- throws...
bluegeek9’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.