View Issue Details

IDProjectCategoryView StatusLast Update
0010482mantisbtcustom fieldspublic2010-04-23 14:31
Reporterkala Assigned Todhx  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.2.1 
Summary0010482: the custom fields don't remember chosen state
Description

When I report a bug I choose some state of the custom fields.
In the Edit page the fields don't remember chosen states and I can't unselect them.

TagsNo tags attached.

Activities

dhx

dhx

2010-03-12 09:06

reporter   ~0024714

Should be fixed now in 1.2.x/1.3.x

See attached commit for the change that should have fixed the problem.

If you still experience the problem, please reopen this bug or file a new bug report.

Thanks

Related Changesets

MantisBT: master 375a337d

2010-03-12 06:42

dhx


Details Diff
Various custom field validation, filtering and performance fixes

This commit is a roll-up of various bug fixes related to custom field
implementations within MantisBT. In particular, multilist, checkbox and
radio fields now work as expected when creating and updating bug reports
as well as upon filtering on these custom field types.

Fix 0011628: Checkbox custom field should allow no selections
Fix 0011561: Reimplement an earlier patch to improve performance
Fix 0011610: Reimplement custom field validation logic (see 0011628)
Affected Issues
0010482, 0011561, 0011610, 0011628
mod - api/soap/mc_issue_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - bug_update.php Diff File
mod - bug_report.php Diff File
mod - core/filter_api.php Diff File

MantisBT: master-1.2.x bbe690f3

2010-03-12 06:42

dhx


Details Diff
Various custom field validation, filtering and performance fixes

This commit is a roll-up of various bug fixes related to custom field
implementations within MantisBT. In particular, multilist, checkbox and
radio fields now work as expected when creating and updating bug reports
as well as upon filtering on these custom field types.

Fix 0011628: Checkbox custom field should allow no selections
Fix 0011561: Reimplement an earlier patch to improve performance
Fix 0011610: Reimplement custom field validation logic (see 0011628)
Affected Issues
0010482, 0011561, 0011610, 0011628
mod - bug_report.php Diff File
mod - core/custom_field_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - bug_update.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/filter_api.php Diff File