Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Oct 2012 at 13:06 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dermarioLet me give a try to fix it.
Comment #2
dermarioI renamed the method to
Comment #3
jhodgdonThat seems like a much more reasonable name. Thanks! This should be fine assuming the test bot agrees.
Comment #4
webchickUh, yes! Those two things aren't the same thing at all, are they? :)
Committed and pushed to 8.x. Thanks!
Comment #5
jhodgdonActually, it looks like this one could use a backport to d7 -- node.test has the NodeBlockTestCase class with the same method name in it.
Comment #6
dermarioI fixed that for d7 too. Created that patch on 7.x-dev version.
Comment #8
jhodgdonThat's not a 7.x patch -- there is no core directory in 7.x.
Comment #9
dermarioYes obviously i was wrong. I am still learning git but i should have seen that by myself. Heres another patch for d7.
Comment #10
jhodgdonThanks! That patch looks right to me. I'll get it committed this week (avoiding non-essential core commits this week due to a big Views sprint going on).
Comment #11
jhodgdonThanks! 7.x is now one word clearer. :) Oops. I guess this wasn't strictly documentation, but it's a clean-up and backport of a committed 8.x patch. Hope it's OK that I committed it. ...