feat: sync flag for syncing issues with page blocks (#547)
This commit is contained in:
parent
722a053461
commit
a06d59f77d
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class PageBlock(ProjectBaseModel):
|
|||
)
|
||||
completed_at = models.DateTimeField(null=True)
|
||||
sort_order = models.FloatField(default=65535)
|
||||
sync = models.BooleanField(default=True)
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
if self._state.adding:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue