Project

General

Profile

Actions

Defect #8167

open

Custom field of 'list' type always fail validation

Added by Marcus Ilgner about 13 years ago. Updated about 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
-
Start date:
2011-04-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Trying to create a new custom field 'operating system' with some pre-defined values, we always received the message 'Invalid default value' during creation or 'invalid value' during bug submission.

After changing line 47 of app/models/custom_field.rb to read

v = CustomValue.new(:custom_field => self.clone, :value => *self*.default_value, :customized => nil)

everything seems to work fine now.

Actions

Also available in: Atom PDF