add comments panel

This commit is contained in:
2024-02-14 14:33:54 +01:00
parent 571f7d5807
commit 10f9824ac2
4 changed files with 120 additions and 46 deletions
+1
View File
@@ -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):