Actions
Bug #2131
closedxmera Omnia - Collection #2125: Bug Fixing: Project Types, Tables
undefined method `spreadsheets' for #<NullProjectType:0x00007f7ba66ae658>
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
This error occurs when a user tries to fetch a spreadsheet in a project having no project type.
The full error message is:
undefined method `spreadsheets' for #<NullProjectType:0x00007f7ba66ae658> source_project.spreadsheets.find_by(table_config_id: table_config_id, name: name)
==> It should not be possible to fetch contents when there is no project type!
Actions