add comments panel
This commit is contained in:
@@ -126,6 +126,7 @@ class Kitsu(Tracker):
|
||||
def get_shot_task_types(self, project=None):
|
||||
project = self.get_project(project)
|
||||
task_types = gazu.task.all_task_types_for_project(project)
|
||||
task_types.sort(key=lambda x: x['priority'])
|
||||
return [t for t in task_types if t['for_entity'].lower() == 'shot']
|
||||
|
||||
def get_metadata_types(self, project=None):
|
||||
|
||||
Reference in New Issue
Block a user