Description of problem: Clearing out the qa_contact field on a bug/feature report does not cause the database column to be cleared out. More than likely the code is only looking for a change and not the absence of the qa_contact variable. So we will have to explicitly check for it in process_bug.cgi Note: I had the same problem in 2.17 so the code could be copied from there if it has a fix. Version-Release number of selected component (if applicable): 2.18
Can I add myself to the cc list and reassign to me at the same time?
Yes. I can. This needs to be fixed, too...
This now works correctly. The qa contact will be cleared from the database is the form field is blank (or has any false value).