Defect #16299
openCustom Issue field is not saved while issue is created
0%
Description
Steps to reproduce:
- Add custom field in "Issue" section (Administration->Custom Fields->Issues->New Custom Field). Assign this custom field to some project, for example "TestPr"
- Go to "TestPr", click "New issue"
- Fill the issue, fill created custom field
- Click "Create"
Expected outcome:
The custom field has value equal to the filled one
Percieved outcome:
The custom field has no value (it is empty)
Additional information:
After issue is created I can click "update" and then I can edit and save this custom field without any problems.
Environment:
Redmine version 2.4.3.stable
Ruby version 2.0.0-p353 (2013-11-22) [x86_64-linux]
Rails version 3.2.16
Environment development
Database adapter Mysql2
Related issues