I have installed milestone plugin , select one project click Roadmap option the side bar road-map options not showing up i fixed issue please make change
location :milestones/app/view/version/index.html.erb
<%= form_tag({}, :method => :get) do %>
and also the completed version not working properly the jquery syntax wrong . I fixed
Hello,
I have installed milestone plugin , select one project click Roadmap option the side bar road-map options not showing up i fixed issue please make change
location :milestones/app/view/version/index.html.erb <%= form_tag({}, :method => :get) do %> and also the completed version not working properly the jquery syntax wrong . I fixed
<%= link_to_function l(:label_completed_versions), '$("#toggle-completed-versions").toggleClass("collapsed"); $("#completed-versions").toggle()', :id => 'toggle-completed-versions', :class => 'collapsible collapsed' %>
Please make change these issues