Actions
Bug #2128
closedxmera Omnia - Collection #2125: Bug Fixing: Project Types, Tables
Integrating sheets into an existing project may complain that the sheet already exist even if not
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
I observed that the validation about unique data sheet names fails even if there is no table for a given project.
This needs to be reproduced by the following steps:
- Create a table.
- Create a project type.
- Create a project based on that type.
- Create a datasheet in the newly created project type.
- Add content to the datasheet.
- Navigate into the table module of the project.
- Fetch the datasheet.
Updated by liaham about 1 year ago
- Status changed from New to Closed
- Assignee set to liaham
- Parent task set to #2125
During the copy process some attributes including project_id were lost what leads to saving a spreadsheet without project id. If that was happened the uniqueness requirement failed afterwards.
This is solved by requiring the project id to avoid such 'blocking' table entries without project is.
Updated by liaham about 1 year ago
- Related to Improvement #1855: Validate project_id more explicitly added
Actions