Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-06-02 03:38:31 +0000
committerspingel2009-06-02 03:38:31 +0000
commit3efd5c437b167ca3ff2469c8b07ee38ae9279e40 (patch)
treedebc68c46dcf11f788e818b1c4e8f97cceae4a4c /org.eclipse.mylyn.bugzilla.ui
parenta5aedc4ccf3f1649c0e82240036db2dddfba5a39 (diff)
downloadorg.eclipse.mylyn.tasks-3efd5c437b167ca3ff2469c8b07ee38ae9279e40.tar.gz
org.eclipse.mylyn.tasks-3efd5c437b167ca3ff2469c8b07ee38ae9279e40.tar.xz
org.eclipse.mylyn.tasks-3efd5c437b167ca3ff2469c8b07ee38ae9279e40.zip
NEW - bug 278708: [api] improve api for connectors that do not support submitting tasks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278708
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java
index aa10978e1..143e16fef 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java
@@ -82,7 +82,6 @@ public class BugzillaTaskEditorPage extends AbstractTaskEditorPage {
public BugzillaTaskEditorPage(TaskEditor editor, String connectorKind) {
super(editor, connectorKind);
this.attributeEditorMap = new HashMap<TaskAttribute, AbstractAttributeEditor>();
- setNeedsSubmitButton(true);
setNeedsPrivateSection(true);
}

Back to the top