Actions
Improvement #230
closedAdjust :project_types_tables table
Start date:
04/04/2021
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
The table name and the accociation foreign key (:project_types_id) does not longer reflect the purpose of the table.
Meanwhile the association is located in Project#tables. This allows to ask for tables based on a project type (Project#project_type.tables) and tables of project type masters (Project#tables).
Therefore, the following changes are suggested:
- name: :projects_tables (old: project_types_tables)
- column: :project_id (old: project_type_id)
Actions