Skip to content

Commit

Permalink
Allow reading/writing default_swimlane in Project (#166) (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers authored Dec 30, 2023
1 parent 09bd026 commit 7fe2fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/166.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds the ability to read/write the default_swimlane attribute in Project.
1 change: 1 addition & 0 deletions taiga/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@ class Project(InstanceResource):
allowed_params = [
"name",
"description",
"default_swimlane",
"creation_template",
"is_backlog_activated",
"is_issues_activated",
Expand Down
1 change: 1 addition & 0 deletions tests/resources/project_details_success.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
"default_task_status": 1,
"default_priority": 2,
"default_severity": 3,
"default_swimlane": 1,
"default_issue_status": 429,
"default_issue_type": 1,
"name": "Project Example 0",
Expand Down

0 comments on commit 7fe2fb4

Please sign in to comment.