Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2017 at 14:54 UTC
Updated:
6 Oct 2017 at 12:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
edaa commentedFailing test.
Comment #3
edaa commentedNew patch fixed the issue.
Comment #5
edaa commentedComment #6
edaa commentedAdd a related issue.
Comment #7
edaa commentedTake into account both the event name and user identifier.
Comment #8
edaa commentedFix #7 wrong interdiff file.
Comment #9
edaa commentedIt's better to return
$threshold > 0thanTRUE.Comment #10
dawehnerThank you @edwardaa! This fix totally makes sense for me. It is not allowed when you have a threshold of 0.
Comment #11
catchUploading a test-only patch so we can see the test fails. Otherwise looks good but including a test-only patch helps things get committed quicker.
Comment #15
catchCommitted/pushed to 8.5.x and cherry-picked to 8.4.x. Thanks!
Comment #16
dawehnerThank you catch!