Browse Source

Reorder (minor)

pull/2666/head
Manny Dinssa 2 years ago
parent
commit
7e83bb72d0
  1. 2
      app/models/user.rb

2
app/models/user.rb

@ -224,7 +224,7 @@ class User < ApplicationRecord
def logs_filters(specific_org: false)
if (support? && !specific_org) || organisation.has_managing_agents? || organisation.has_stock_owners?
%w[years status needstypes assigned_to user managing_organisation owning_organisation bulk_upload_id user_text_search owning_organisation_text_search managing_organisation_text_search]
%w[years status needstypes assigned_to user owning_organisation managing_organisation bulk_upload_id user_text_search owning_organisation_text_search managing_organisation_text_search]
else
%w[years status needstypes assigned_to user bulk_upload_id user_text_search]
end

Loading…
Cancel
Save