Skip to content

Commit

Permalink
fix: upade WikiPage
Browse files Browse the repository at this point in the history
  • Loading branch information
heieisch committed Oct 13, 2023
1 parent 7d717c6 commit 2035541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taiga/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ class WikiPage(InstanceResource):

repr_attribute = "slug"

allowed_params = ["project", "slug", "content", "watchers"]
allowed_params = ["project", "slug", "content", "watchers", "version"]

def attach(self, attached_file, **attrs):
"""
Expand Down

0 comments on commit 2035541

Please sign in to comment.