Actions
Bug #2126
closedxmera Omnia - Collection #2125: Bug Fixing: Project Types, Tables
Creating a project based on a project type resets the types modules and cf to default values
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
Steps to reproduce:
- Create a project type having module tracker and calendar enabled.
- Create two project custom fields
- is_accountable (bool)
- ocm (text)
- Fill out the custom fields in the project type master with true and 'company'.
- Import a project via csv:
Name;Description;Identifier;Public;Parent;Inherit members;Object class;ocm
0900;;zdv_0900;False;;True;ocm-company;company
- Go back to the project type master and look at the modules enabled and the custom field values. Both are reset to default.
- Go to the new objects and see that everything is as expected.
Actions