remove old task manager code

This commit is contained in:
Chris Meyers
2016-10-31 08:01:02 -05:00
parent 454b3edb7c
commit 03a484a6a6
7 changed files with 1 additions and 164 deletions
-3
View File
@@ -406,9 +406,6 @@ class WorkflowJob(UnifiedJob, WorkflowJobOptions, JobNotificationMixin, Workflow
#def get_ui_url(self):
# return urlparse.urljoin(tower_settings.TOWER_URL_BASE, "/#/workflow_jobs/{}".format(self.pk))
def is_blocked_by(self, obj):
return True
@property
def task_impact(self):
return 0