Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Sep 2012 at 18:16 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chx commentedquoting xjm from IRC: "the logic is that assertText() and assertRaw() provide their own assertion messages that are much more specific" and that's why those get messages removed the others just the t().
Comment #2
damienmckennaA minor thing: the first occurrence of "Lookup" was replaced with "Look up" but the second was left as-is, they should both either be left as-is or changed to the same values; fyi "lookup" is a valid word so I'd question the need to change it at all.
Beyond that, the patch works fine and does exactly what it says it does - the messages from the base class are displayed instead of the previously overridden values.
Comment #3
xjmActually, that's incorrect. "Lookup" is a noun. "Look up" is a verb. :)
Comment #4
damienmckennaPer irc, there's a second occurrence of "lookup" :)
Comment #5
xjmI get it now. Here's that fixed as well. Thanks @DamienMcKenna!
Also tagging for backport for parity.
Comment #6
damienmckennaSetting it back to RTBC based because chx liked it and my own review.
Comment #7
catchYep. Committed/pushed to 8.x.
Comment #8
dcam commentedBackported #5 to D7.
Comment #9
xjmLooks good, thanks @dcam!
Comment #10
webchickCommitted and pushed to 7.x, too. Thanks!