Pflichtenhefte: per Default die abgeschlossenen nicht anzeigen
[kivitendo-erp.git] / templates / webpages / requirement_spec / _filter.html
index 82da89b..19c03da 100644 (file)
@@ -35,7 +35,7 @@
 
     <tr>
      <th align="right">[% LxERP.t8("Requirement Spec Status") %]</th>
-     <td>[% L.select_tag('filter.status_id', SELF.statuses, default=filter.status_id, title_key="description", with_empty=1) %]</td>
+     <td>[% L.select_tag('filter.status_id[]', SELF.statuses, default=filter.status_id_, title_key="description", multiple=1) %][%# NOTE: the trailing '_' is NOT a mistake -- look at SL::Controller::Helper::Filtered for the explanation! %]</td>
     </tr>
 
     <tr>