Skip to content
Snippets Groups Projects
Commit 65a9d897 authored by Tim's avatar Tim
Browse files

Removed redudant methods implemented by parent class

parent 3d108760
No related branches found
No related tags found
1 merge request!4930Bugzilla Integration
Loading
@@ -22,16 +22,4 @@ class BugzillaService < IssueTrackerService
Loading
@@ -22,16 +22,4 @@ class BugzillaService < IssueTrackerService
'bugzilla' 'bugzilla'
end end
   
def fields
[
{ type: 'text', name: 'description', placeholder: description },
{ type: 'text', name: 'project_url', placeholder: 'Project url' },
{ type: 'text', name: 'issues_url', placeholder: 'Issue url' },
{ type: 'text', name: 'new_issue_url', placeholder: 'New Issue url' }
]
end
def initialize_properties
self.properties = {} if properties.nil?
end
end end
Loading
@@ -32,7 +32,4 @@ class CustomIssueTrackerService < IssueTrackerService
Loading
@@ -32,7 +32,4 @@ class CustomIssueTrackerService < IssueTrackerService
] ]
end end
   
def initialize_properties
self.properties = {} if properties.nil?
end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment