Add condition to show only selected investments in publishing_prices phase
This commit is contained in:
@@ -117,7 +117,7 @@ class ApplicationController < ActionController::Base
|
||||
end
|
||||
|
||||
def set_default_budget_filter
|
||||
if @budget.try(:balloting?)
|
||||
if @budget.try(:balloting?) || @budget.try(:publishing_prices?)
|
||||
params[:filter] ||= "selected"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user