|
|
|
@ -31,7 +31,6 @@ class OrganisationsController < ApplicationController
|
|
|
|
|
def users |
|
|
|
|
organisation_users = @organisation.users.sorted_by_organisation_and_role |
|
|
|
|
unpaginated_filtered_users = filtered_collection(organisation_users, search_term) |
|
|
|
|
byte_order_mark = "\uFEFF" |
|
|
|
|
|
|
|
|
|
respond_to do |format| |
|
|
|
|
format.html do |
|
|
|
@ -94,7 +93,6 @@ class OrganisationsController < ApplicationController
|
|
|
|
|
|
|
|
|
|
organisation_logs = CaseLog.all.where(owning_organisation_id: @organisation.id) |
|
|
|
|
unpaginated_filtered_logs = filtered_case_logs(filtered_collection(organisation_logs, search_term)) |
|
|
|
|
byte_order_mark = "\uFEFF" |
|
|
|
|
|
|
|
|
|
respond_to do |format| |
|
|
|
|
format.html do |
|
|
|
|