Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jan 2017 at 15:51 UTC
Updated:
5 Jan 2018 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
claudiu.cristeapatch.
Comment #4
Munavijayalakshmi commentedRerolled the patch.
Comment #6
pfrenssen#4 is not a straight reroll of #2 but changes a line which seems to included in the patch for a good reason. In the patch of #4 the term ID is being added to the
$excludeblacklist even if the term is new. If a term is new it does not have an ID yet so this will always return an empty value. This doesn't seem correct to me.To me it seems that #2 is the correct patch.
Comment #7
claudiu.cristeaOk, then reposting #2 in order to be reviewed.
Comment #9
claudiu.cristeaReroll.
Comment #10
borisson_I don't think we should add a new test for this, because it's already tested. This looks like it makes sense.
Comment #12
claudiu.cristeaAPCU failure
Comment #14
claudiu.cristeaAgain.
Comment #16
larowlanCommitted as abebbfb and pushed to 8.5.x.
Thank you