Actions
Bug #1836
closedxmera Omnia - Collection #1765: Smaller Improvements of diverse modules
NoMethodError (undefined method `match' for nil:NilClass) for missing identifier
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
NoMethodError (undefined method `match' for nil:NilClass
result = identifier.match(/\A(?!\d+$)[a-z0-9\-_]*\z/)
^^^^^^):
plugins/redmine_project_types/app/models/project_import.rb:88:in `check_identifier'
plugins/redmine_project_types/app/models/project_import.rb:70:in `finder_attributes'
plugins/redmine_project_types/app/models/project_import.rb:52:in `build_object'
app/models/import.rb:212:in `block in run'
app/models/import.rb:150:in `block in read_items'
app/models/import.rb:262:in `block in read_rows'
app/models/import.rb:261:in `read_rows'
app/models/import.rb:144:in `read_items'
app/models/import.rb:202:in `run'
app/controllers/imports_controller.rb:91:in `run'
Updated by liaham over 1 year ago
- % Done changed from 0 to 70
- Parent task set to #1765
Updated by liaham over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Updated by liaham over 1 year ago
- Target version changed from unreleased to 4.4.0
Updated by liaham over 1 year ago
- Related to Documentation #1844: Modify documentation for object import added
Actions