Actions
Bug #1768
closedxmera Omnia - Collection #1753: Bug fixes for diverse modules
NoMethodError in LegalNotesController#privacy_consent
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
🐛 Thanks for taking the time to fill out this bug report! 😊
What did you expect?¶
When I configure the legal notes plugin to support privacy consent I would not expect to run into an NoMethodError.
What has happened instead?¶
After configuring the plugin I got the error message undefined method
[]' for nil:NilClass`:
What could be a possible solution?¶
Check if params are defined at all.
How can we reproduce the problem?¶
- Navigate to Administration » Plugins » Legal Notes
- Check the box for privacy consent
In what environment are you running the plugin?¶
Please copy and paste your environment information as displayed in Administration » Information or run bin/about
in the root dir of your Redmine instance.
What browsers are you seeing the problem on?¶
- Firefox
- Chrome
- Safari
Relevant log output¶
# Copy your log output (log/production.log) here
Files
Actions