Actions
Bug #2048
closedxmera Omnia - Bug #2054: Bug fixing in DMS, Project Types, and Issue Sync
Projects without custom fields enabled won't get importet
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
The validation of project custom fields is based on all existing custom fields instead of those enabled for a given project type.
Projects with a project type having no project custom field enabled at all would not get imported.
Version 4.4.1 and 4.5.0 are affected.
Updated by liaham about 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
These scenarios w.r.t. custom fields are supported now:
-
Project creation is based on a given project type
- Project type has assigned project custom fields (pcf)
- Import without pcf ==> valid
- Import with enabled pcf ==> valid
- Import with not enabled pcf ==> invalid
- Project type has no project custom fields assigned
- Import without pcf ==> valid
- Import with not enabled pcf ==> invalid
- Project type has assigned project custom fields (pcf)
-
Project creation without given project type
- Import without pcf ==> valid
- Import with existing pcf ==> valid
- Import with not existing pcf ==> invalid
Actions