Content
View differences
Updated by Ivan Kuchin almost 2 years ago
`CustomField::OrderStatements` handles multi-value custom fields for formats `string`, `text`, `bool`, `link` and `date`.
UI doesn't doesn't allow setting multi value for those formats, also there doesn't doesn't seem to be any restriction in controller or model.
Also `CustomField#multi_value_possible?` lists only `version`, `user` and `list` as possible for multi-value.
Should `CustomField` CustomField validate multi value field and should we remove handling of multi value from order statements?
Should `CustomField`