readd 'multiple' attributes in timelines filter. we need 'em for form serialization

pull/735/head
Johannes Wollert 11 years ago
parent 6ebc8e2c4f
commit 0bb72fd062
  1. 3
      app/views/timelines/filter/_planning_elements.html.erb

@ -62,6 +62,7 @@ See doc/COPYRIGHT.rdoc for more details.
options_for_select([]),
{},
{ :'data-ajaxURL' => api_v2_paginate_statuses_path,
:multiple => true,
:'data-selected' => filter_select(
timeline.selected_planning_element_status,
:name, :id).to_json
@ -87,6 +88,7 @@ See doc/COPYRIGHT.rdoc for more details.
options_for_select([]),
{},
{ :'data-ajaxURL' => api_v2_paginate_types_path,
:multiple => true,
:'data-selected' => filter_select(
timeline.selected_planning_element_types,
:name, :id).to_json
@ -112,6 +114,7 @@ See doc/COPYRIGHT.rdoc for more details.
options_for_select([]),
{},
{ :'data-ajaxURL' => api_v2_paginate_users_path,
:multiple => true,
:'data-selected' => filter_select(
timeline.selected_planning_element_responsibles,
:name, :id).to_json

Loading…
Cancel
Save