Verknüpfungen hinzufügen - Projektfilter funktioniert nicht
authorG. Richardson <information@kivitendo-premium.de>
Thu, 13 Aug 2015 15:36:23 +0000 (17:36 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Thu, 13 Aug 2015 15:39:32 +0000 (17:39 +0200)
behebt #79

Die ausgelesene Form Variable muß den gleichen Namen wie im Template
haben.

templates/webpages/record_links/add_filter.html

index b101ad7..a455840 100644 (file)
@@ -33,7 +33,7 @@
 
   <tr>
    <td>[%- LxERP.t8("Project") %]:</td>
-   <td>[% L.select_tag('project_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, style=style) %]</td>
+   <td>[% L.select_tag('globalproject_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, style=style) %]</td>
   </tr>
 
   <tr>