From af38912df5c0f57ad40377119b91dd03d8f9b520 Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Tue, 16 Oct 2012 20:26:54 +0200 Subject: Bug 604388 - Filenames used to store data for Old Charts should be based on product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit --- template/en/default/global/code-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 9fd326051..8945ba445 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -55,8 +55,8 @@ [% ELSIF error == "chart_data_not_generated" %] [% admindocslinks = {'extraconfig.html' => 'Setting up Charting'} %] - [% IF product %] - Charts for the [% product FILTER html %] product are not + [% IF product.id %] + Charts for the [% product.name FILTER html %] product are not available yet because no charting data has been collected for it since it was created. [% ELSE %] -- cgit v1.2.3-24-g4f1b