Skip to content

Commit

Permalink
Fixes #4574 - Admin user can not find user or organization in the sea…
Browse files Browse the repository at this point in the history
…rch bar.

(cherry picked from commit de4d876)
  • Loading branch information
rolfschmidt committed Apr 28, 2023
1 parent b5a8419 commit 974963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/controllers/search.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class App.Search extends App.Controller
@savedOrderBy[model] = { order: table.lastOrderBy, direction: table.lastOrderDirection }

class Router extends App.ControllerPermanent
requiredPermission: ['ticket.agent', 'ticket.customer']
requiredPermission: ['*']

constructor: (params) ->
super
Expand Down

0 comments on commit 974963a

Please sign in to comment.