mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 13:00:11 +02:00
feat: add flag for toggling issue views (#452)
This commit is contained in:
@@ -63,6 +63,7 @@ class Project(BaseModel):
|
||||
icon = models.CharField(max_length=255, null=True, blank=True)
|
||||
module_view = models.BooleanField(default=True)
|
||||
cycle_view = models.BooleanField(default=True)
|
||||
issue_views_view = models.BooleanField(default=True)
|
||||
cover_image = models.URLField(blank=True, null=True)
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user