Browse Source

feat: add to sales, use before_action

CLDC-2257-refactor-filters
natdeanlewissoftwire 2 years ago
parent
commit
11087977a9
  1. 4
      app/controllers/lettings_logs_controller.rb

4
app/controllers/lettings_logs_controller.rb

@ -114,6 +114,10 @@ class LettingsLogsController < LogsController
private private
def log_filter_manager
@log_filter_manager = LogsFilterManager.new(@session_filters, current_user)
end
def org_params def org_params
super.merge( super.merge(
{ "managing_organisation_id" => current_user.organisation.id }, { "managing_organisation_id" => current_user.organisation.id },

Loading…
Cancel
Save