From 55cab85f138d3eb0245059f6cb2108c5cd55589b Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 13 Aug 2015 17:36:23 +0200 Subject: [PATCH] =?utf8?q?Verkn=C3=BCpfungen=20hinzuf=C3=BCgen=20-=20Proje?= =?utf8?q?ktfilter=20funktioniert=20nicht?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit behebt #79 Die ausgelesene Form Variable muß den gleichen Namen wie im Template haben. --- templates/webpages/record_links/add_filter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/record_links/add_filter.html b/templates/webpages/record_links/add_filter.html index b101ad7cf..a455840de 100644 --- a/templates/webpages/record_links/add_filter.html +++ b/templates/webpages/record_links/add_filter.html @@ -33,7 +33,7 @@ [%- LxERP.t8("Project") %]: - [% L.select_tag('project_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, style=style) %] + [% L.select_tag('globalproject_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, style=style) %] -- 2.20.1