Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Checkout
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2011 at 17:10 UTC
Updated:
9 Feb 2012 at 14:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rszrama commentedCurious, not sure why this wasn't resolved by #1200420: Commerce assumes filtered_html exists, but it may not..
Comment #2
mr.baileysPatch attached that falls back to a more sparse completion message (without links) when the Filtered HTML format is not available:
Nothing changes if the Filtered HTML format is available, or if the administrator has specifically set a completion message. Re-classifying as a bug since the currently all the links get escaped if you installed the minimal profile.
Comment #3
mr.baileysForgot to strip a t().
Comment #4
rszrama commentedI may be wrong here, but I'm pretty sure we need all the strings to be wrapped in t() and not just the concatenated $message variable to ensure that the strings are properly extracted by the translation file creator. Technically we shouldn't be passing variables as the first argument to t(), only string literals for extraction purposes.
Comment #5
mr.baileysYou're right...
Comment #6
amateescu commentedLooks good to me.
Comment #7
rszrama commentedCommitted.