Finalizes what the PaperlessTask will look like to the frontend

This commit is contained in:
Trenton H
2022-09-27 12:44:01 -07:00
parent 9247300230
commit fad1b03458
7 changed files with 27 additions and 28 deletions

View File

@@ -527,6 +527,7 @@ class UiSettings(models.Model):
class PaperlessTask(models.Model):
task_id = models.CharField(max_length=128)
acknowledged = models.BooleanField(default=False)
attempted_task = models.OneToOneField(