Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 314744 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java (+2 lines)
Lines 514-519 Link Here
514
					String defaultMilestone = repositoryConfiguration.getDefaultMilestones(product);
514
					String defaultMilestone = repositoryConfiguration.getDefaultMilestones(product);
515
					if (defaultMilestone != null) {
515
					if (defaultMilestone != null) {
516
						attributeTargetMilestone.setValue(defaultMilestone);
516
						attributeTargetMilestone.setValue(defaultMilestone);
517
					} else {
518
						attributeTargetMilestone.setValue(optionValues.get(0));
517
					}
519
					}
518
				} else {
520
				} else {
519
					attributeTargetMilestone.setValue(optionValues.get(0));
521
					attributeTargetMilestone.setValue(optionValues.get(0));

Return to bug 314744