View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005301 | mantisbt | custom fields | public | 2005-03-03 10:00 | 2010-04-23 23:23 |
| Reporter | xavier | Assigned To | vboctor | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.19.2 | ||||
| Summary | 0005301: Custom field of type 'list' not required when expected | ||||
| Description | When a custom field of type 'List' is marked as 'required on resolve', mantis don't verify this property for updating a bug. | ||||
| Additional Information | The problem is : when you don't select any value of an html tag <select>, html return 'null' instead of '' (empty string). And in bug_update.php, you test if it's null, and you consider nothing was posted for this field, so you ignore it. | ||||
| Tags | No tags attached. | ||||