Skip to content

Commit

Permalink
#1804 Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 5, 2021
1 parent 98fdc66 commit 32df782
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,6 @@
self.filtering.setSort(sort);
};

this.newTemplate = function() {
self.showTemplate({
name: '',
titlePrefix: '',
severity: 2,
tlp: 2,
pap: 2,
tags: [],
tasks: [],
customFields: {},
description: ''
});
};

this.showTemplate = function(template) {

var promise = template._id ? CaseTemplateSrv.get(template._id) : $q.resolve(template);
Expand Down

0 comments on commit 32df782

Please sign in to comment.