dev: back migration for project member views (#663)
This commit is contained in:
parent
1bb93f1f50
commit
588247f1c1
2 changed files with 31 additions and 3 deletions
|
|
@ -21,10 +21,13 @@ ROLE_CHOICES = (
|
|||
|
||||
def get_default_props():
|
||||
return {
|
||||
"filters": {"type": None},
|
||||
"orderBy": "-created_at",
|
||||
"collapsed": True,
|
||||
"issueView": "list",
|
||||
"groupByProperty": None,
|
||||
"orderBy": None,
|
||||
"filterIssue": None,
|
||||
"groupByProperty": True,
|
||||
"showEmptyGroups": True,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue