View Issue Details

IDProjectCategoryView StatusLast Update
0005301mantisbtcustom fieldspublic2010-04-23 23:23
Reporterxavier Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.2 
Summary0005301: 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.

TagsNo tags attached.

Relationships

duplicate of 0010670 closedvboctor Custom fields required do not work 

Activities

There are no notes attached to this issue.