View Issue Details

IDProjectCategoryView StatusLast Update
0021984mantisbtcustom fieldspublic2016-12-12 08:13
Reportersebastian.poxhofer Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version2.0.0-rc.2 
Summary0021984: fill custom field textboxes with saved value at edit
Description

We have several custom fields in multiple projects.
When the user creates an new issue he will fill all or some of this fields, the customer contact eg.
After some time the user will fill the fields which still are left blank.

The problem is that mantis don't load the values of the fields at opening the edit page or update the values only if something has been put into the fields. This leads to a reset of the already inserted custom fields.

Steps To Reproduce
  1. create custom fields
  2. add the fields to a project
  3. insert values in the first field.
  4. update the same issue and try to add the second field without adding values to the first field
Additional Information

When I have time I will look into it and probably will provide a pull request.

TagsNo tags attached.

Relationships

duplicate of 0021964 closedcproensa Editing issues with custom fields throws system notice 

Activities

atrol

atrol

2016-11-29 14:01

developer   ~0054635

You have to go back to 2.0.0-rc.1 or to wait for 2.0.0-rc.3 (should be available in about a week) or apply the patch https://github.com/mantisbt/mantisbt/commit/39549e9d5deafe026dab1e864c4c3fc82396f8c7 for core/custom_field_api.php, see 0021964 for it