cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

editing an issue should default to issues current values #2

Closed dreed47 closed 11 years ago

dreed47 commented 11 years ago

editing an issue should default to issues current values. For example if the issue is unassigned and I bring up the edit form the assigned field should default to unassigned

cgaspard commented 11 years ago

I think this issue is on the "add" form. When creating new issues it is ignoring the assignment value if it is empty. If you change the user to "Assign To Noone" in the edit form can you confirm that the edit form keeps that value?

cgaspard commented 11 years ago

I've verified that the Handler was automatically getting set to the Reporter when adding new issues. I've submitted a fix for this morning. Let me know if this doesn't clear up your issue.

dreed47 commented 11 years ago

With your latest code the edit form seems to pre-fill correctly but on the new form it's setting the Handler to the Reporter

cgaspard commented 11 years ago

Can you verify that your js files refreshed? This is the exact problem I fixed this AM.

cgaspard commented 11 years ago

FYI. I just posted another fix that was blocking adding issues. Thanks for all the help with finding bugs. I appreciate it.

dreed47 commented 11 years ago

This still is happening for me on the new issue form.

Screenshot 12:12:12 12:03 AM

cgaspard commented 11 years ago

Can you confirm this fix and close when you have a chance.

dreed47 commented 11 years ago

confirmed.....thank you