mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Fix issue 174 - Error reporting bug: MCException - submit Issue - Error Type: APPLICATION ERROR #1300, Error Description: Custom field not found
- Steps to Reproduce wasn't a custom field.
This commit is contained in:
@@ -468,9 +468,10 @@ public class BugzReporter extends JDialog {
|
||||
iBug.setSeverity(Severities[i]);
|
||||
}
|
||||
|
||||
iBug.setStepsToReproduce(txtSteps.getText());
|
||||
|
||||
ICustomFieldValue icfv[] = {
|
||||
new CustomFieldValue(new MCAttribute(1, "Detected at SVN Rev"), txtSVN.getText()),
|
||||
new CustomFieldValue(new MCAttribute(1, "Steps to Reproduce"), txtSteps.getText())
|
||||
new CustomFieldValue(new MCAttribute(1, "Detected at SVN Rev"), txtSVN.getText())
|
||||
};
|
||||
iBug.setCustomFields(icfv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user