We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e5db9 commit 1954acfCopy full SHA for 1954acf
app/views/issue_resource_items/_new.html.erb
@@ -23,7 +23,7 @@
23
<%= javascript_tag "observeResourceItemSearchfield('#{ j autocomplete_project_resource_items_path(@project, issue_id: issue.try(:id), type: @type) }');" %>
24
25
<div id="resource_items_for_issue">
26
- <%= render partial: 'resource_items/resource_items_for_issue', locals: { resource_items: resource_items, total: @total } %>
+ <%= render partial: 'resource_items/resource_items_for_issue', locals: { resource_items: resource_items.filter_by_date, total: @total } %>
27
</div>
28
29
0 commit comments