View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011918 | mantisbt | custom fields | public | 2010-05-11 15:27 | 2010-09-19 03:12 |
| Reporter | jurgenhaas | Assigned To | atrol | ||
| Priority | urgent | Severity | block | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.1 | ||||
| Summary | 0011918: Can't create new issues since I created a list type custom field | ||||
| Description | I've added a custom field of type "list" and defined 4 possible values for the list and the first one ist defined as the default value. This custom field is defined to only be visible when editing an issue, not while creating it. So, when I now create a new issue´, the field is not displayed which is correct. But when I click on "Save" I get an Application Error #11 which says that the required field is empty. What can I do about that? I gues this is a bug, isn't it? | ||||
| Tags | No tags attached. | ||||
|
I think I also have the same problem. Trying to upgrade from version 1.1.1, a custom field called "In ReleaseNotes" has stopped working. "APPLICATION ERROR #11 A necessary field "In ReleaseNotes" was empty. Please recheck your inputs" |
|
|
Or make it non mandatory or show on the create report |
|
|
@cas, yes obviously that would work but it's not really a suitable solution. None of the both suggestions. |
|
|
It doesn't seem to be all types that are affected. Looking at the code in bug_report.php there seems to be a block which stops enumerations, lists, multilists and radio buttons! Line 106: Produce an error if the field is required but wasn't posted
Really not sure what this meant to be doing and it's certainly very different from the version in 1.1.1 which doesn't have any of these explicit checks. Andy |
|
|
As far as I can see removing these tests: |
|