forked from github/plane
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)
|
completed_at = models.DateTimeField(null=True)
|
||||||
sort_order = models.FloatField(default=65535)
|
sort_order = models.FloatField(default=65535)
|
||||||
|
sync = models.BooleanField(default=True)
|
||||||
|
|
||||||
def save(self, *args, **kwargs):
|
def save(self, *args, **kwargs):
|
||||||
if self._state.adding:
|
if self._state.adding:
|
||||||
|
Loading…
Reference in New Issue
Block a user