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
A NoMethodError occurred in background: undefined method `[]' for nil:NilClass gems/icasework-0.1.1/lib/icasework/case.rb:33:in `case_data' ------------------------------- Backtrace: ------------------------------- gems/icasework-0.1.1/lib/icasework/case.rb:33:in `case_data' gems/icasework-0.1.1/lib/icasework/case.rb:15:in `block in where' gems/icasework-0.1.1/lib/icasework/case.rb:15:in `map' gems/icasework-0.1.1/lib/icasework/case.rb:15:in `where' app/models/case_management/icasework.rb:39:in `published_requests' app/services/disclosure_log.rb:29:in `import' app/services/disclosure_log.rb:19:in `import!' app/workers/import_disclosure_log_worker.rb:11:in `perform'
Seems to be due to cases not being classified within iCasework. We should handle this gracefully.
The text was updated successfully, but these errors were encountered:
Update case data handling
2e60eea
Prevent errors when case data doesn't have classifications or documents. Fixes #119
db22e43
Bump icasework gem to v0.1.2
31dc6c4
For fixes to mysociety/icasework-ruby#119
Successfully merging a pull request may close this issue.
Seems to be due to cases not being classified within iCasework. We should handle this gracefully.
The text was updated successfully, but these errors were encountered: