mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
fix: teams to teamspaces (#2333)
fix: reordering of user preference keys
This commit is contained in:
@@ -392,12 +392,12 @@ class WorkspaceUserPreference(BaseModel):
|
||||
"""Preference for the workspace for a user"""
|
||||
|
||||
class UserPreferenceKeys(models.TextChoices):
|
||||
PROJECTS = "projects", "Projects"
|
||||
ANALYTICS = "analytics", "Analytics"
|
||||
CYCLES = "cycles", "Cycles"
|
||||
VIEWS = "views", "Views"
|
||||
ANALYTICS = "analytics", "Analytics"
|
||||
TEAMS = "teams", "Teams"
|
||||
TEAM_SPACES = "team_spaces", "Team Spaces"
|
||||
INITIATIVES = "initiatives", "Initiatives"
|
||||
PROJECTS = "projects", "Projects"
|
||||
|
||||
workspace = models.ForeignKey(
|
||||
"db.Workspace",
|
||||
|
||||
Reference in New Issue
Block a user