Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v diff -u -r1.34 -r1.35 --- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 20 Apr 2016 07:52:59 -0000 1.34 +++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 4 Jun 2016 11:13:27 -0000 1.35 @@ -894,6 +894,14 @@ } upvar \#[template::adp_level] format format + # + # For now, use just "table" format, this there is a broken + # substitution in the list variant, leading to + # "package_key.message_key' does not exist in en_US", when the + # message key is used in one of the (such as "summary + # or "comment"). + # + set format table foreach var [bug_tracker::get_export_variables -package_id $package_id] { upvar \#[template::adp_level] $var $var