fix: allow updating of sub-pages in wikis#1080
fix: allow updating of sub-pages in wikis#1080kernelport wants to merge 1 commit intopython-gitlab:mainfrom
Conversation
|
Hi @kernelport Sorry for the delay! Would you mind to add a quick unit test for this and use conventional changelog for the commit message |
Codecov Report
@@ Coverage Diff @@
## main #1080 +/- ##
=======================================
Coverage 92.10% 92.11%
=======================================
Files 76 76
Lines 4801 4804 +3
=======================================
+ Hits 4422 4425 +3
Misses 379 379
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Make it possible to update subpages in wikis Update SaveMixin to use utils._url_encode() on the ID if it is a string. Closes: python-gitlab#1079
|
So I'm not sure if this is the way to go. I was thinking maybe we should add a |
|
Closing this as done by #1819 |
|
@JohnVillalovos I think there might be parts of this that are useful for other issues, see #1081. Notably returning the save results so that moved subpages can be edited. But agreed, the url-encoding is finished. |
|
I'll work on a new PR to return the dictionary from |
|
I created #1832 for the |
Make it possible to update subpages in wikis
Update SaveMixin to use utils._url_encode() on the ID if it is a
string.
Closes: #1079