We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
Closing case notification shows undefined instead of case number:
undefined
#undefined
Changing the variable caze.caseId to caze.number in line 95 of frontend/app/scripts/controllers/case/CaseCloseModalCtrl.js seems to fix the issue.
caze.caseId
caze.number
frontend/app/scripts/controllers/case/CaseCloseModalCtrl.js
The text was updated successfully, but these errors were encountered:
Fixed by #1515
Sorry, something went wrong.
nadouani
No branches or pull requests
When closing a case, the notification will show "The case #undefined has been closed" on the notification (bug)
Request Type
Bug
Work Environment
Problem Description
Closing case notification shows

undefined
instead of case number:Steps to Reproduce
#undefined
.Possible Solutions
Changing the variable
caze.caseId
tocaze.number
in line 95 offrontend/app/scripts/controllers/case/CaseCloseModalCtrl.js
seems to fix the issue.The text was updated successfully, but these errors were encountered: