mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
feat: sync flag for syncing issues with page blocks (#547)
This commit is contained in:
parent
722a053461
commit
a06d59f77d
@ -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…
Reference in New Issue
Block a user