Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Sep 2015 at 08:50 UTC
Updated:
15 Sep 2015 at 11:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottComment #3
alexpottAdded a test. The test only patch is the interdiff.
Comment #4
dawehnerI'm curious ... why does the HandlerAllTest.php not find that problem?
Comment #5
lauriiiThe patch works by a manual test and the fix seems to be correct. Anyway it seems like the HandlerAllTest doesn't test RolesRid at all and that is why it didn't fail. Maybe we should figure out why it's so?
Comment #7
alexpott@dawehner because it never tests user__roles - it is not a base table...
Comment #8
lauriiiComment #9
dawehnerTest looks good for me, the follow up is in #2560949: Expland HandlerAllTest to find broken stuff
Comment #10
catchFixing on commit: 'a user'.
Committed/pushed to 8.0.x, thanks!