Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer search guess should not throw errors #5132

Open
rolfschmidt opened this issue Apr 18, 2024 · 0 comments
Open

Customer search guess should not throw errors #5132

rolfschmidt opened this issue Apr 18, 2024 · 0 comments

Comments

@rolfschmidt
Copy link
Collaborator

rolfschmidt commented Apr 18, 2024

Used Zammad Version

6.2

Environment

  • Installation method: [e.g. source, package]
  • Operating system (if you're unsure: cat /etc/os-release ): [e.g. debian 10.4, ubuntu 20.04]
  • Database + version: [e.g. postgresql 9.3, mysql 5.7, mariadb 10.3]
  • Elasticsearch version: [e.g. 7.17]
  • Browser + version: [e.g. chrome 83, safari 14, firefox 105]

Actual behaviour

E, [2024-04-18T11:20:00.355032#1141758-3535860] ERROR -- : Couldn't find User with 'id'=guess:xxx@xxx (ActiveRecord::RecordNotFound)
app/controllers/users_controller.rb:66:in `show'
app/controllers/application_controller/has_download.rb:17:in `block (4 levels) in <module:HasDownload>'
app/controllers/application_controller/has_download.rb:16:in `block (3 levels) in <module:HasDownload>'
app/controllers/application_controller/has_download.rb:15:in `block (2 levels) in <module:HasDownload>'
app/controllers/application_controller/handles_transitions.rb:16:in `handle_transaction'

Expected behaviour

No errors in log when user is not found.

Steps to reproduce the behaviour

  • Search for customer which does not exist in ticket create mask and switch group for example.

Support Ticket

Ticket#10150826

I'm sure this is a bug and no feature request or a general question.

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant