Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki page parent attribute feature #98

Closed
ddeno opened this issue Jul 9, 2015 · 3 comments
Closed

Wiki page parent attribute feature #98

ddeno opened this issue Jul 9, 2015 · 3 comments
Assignees

Comments

@ddeno
Copy link

ddeno commented Jul 9, 2015

I would like to set the parent attribute for a wiki page when I create it. It does not look like there is a way to do that based on the documentation with either the new() or create() methods. This would be useful so that you can place a wiki page where you wish. It also seems that you cannot change the parent attribute when using update() as well.

maxtepkeev added a commit that referenced this issue Jul 9, 2015
@maxtepkeev maxtepkeev self-assigned this Jul 9, 2015
@maxtepkeev
Copy link
Owner

Hi,

Thanks for the feature request.

This is implemented in v1.2.0 which is available on PyPI as of now. You can use parent_title in create(), new() and update() methods to work with parent wiki page. Docs are updated as well.

@ddeno
Copy link
Author

ddeno commented Jul 9, 2015

Thanks Max! Tried this out and works perfectly. +1

@maxtepkeev
Copy link
Owner

Awesome. Glad I could help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants