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

Always Using Default View #5

Open
pawl opened this issue Jun 26, 2013 · 12 comments
Open

Always Using Default View #5

pawl opened this issue Jun 26, 2013 · 12 comments

Comments

@pawl
Copy link

pawl commented Jun 26, 2013

It's only getting the records from the default view when I try to access a list in Sharepoint 2010.

The error is probably around line 175 in:
python-sharepoint / sharepoint / lists / init.py

@specialcircumstances
Copy link

I'd love to be able to set the view also - as the default view is not what I need...

any suggestions how this could be achieved?

Thanks for the module though!!!

@wjstarrsiii
Copy link

Hi, same issue for me. I need to access all items from a list. The default view for users is to filter for "My Items". Therefore the rows that I am getting programmatically depend on the account I use for NTLM Authentication. Thanks for any advice.

@m3nu
Copy link

m3nu commented Jun 29, 2016

This was easy to fix. I filed a PR

Not sure it will be merged, since there are 3-year old PRs waiting for review.

@m3nu
Copy link

m3nu commented Jun 29, 2016

@wjstarrsiii @specialcircumstances @pawl Let me know if this works for you. Currently this needs the view ID. You can look it up in the URL when editing a view.

@specialcircumstances
Copy link

Ah - great work... might be the weekend before I can test this though. :)

@alexdutton
Copy link
Contributor

alexdutton commented Jun 29, 2016

I'm happy to merge if @specialcircumstances (or anyone else who's tested it) gives it their blessing 😄.

@wjstarrsiii
Copy link

Made the modifications and works like a charm. Thanks!

@m3nu
Copy link

m3nu commented Aug 12, 2016

Is this ready to merge? Has been a while. @specialcircumstances @alexsdutton

@braunagn
Copy link

braunagn commented Mar 8, 2017

Works for me as well, let's merge this PR! @specialcircumstances @m3nu @alexsdutton

@pembo13
Copy link

pembo13 commented Jun 13, 2018

Is this project still alive?

@specialcircumstances
Copy link

specialcircumstances commented Jun 14, 2018

Heh - I don't know... I've not popped by for ages. If if is.. I say Merge!

lol - or Fork and Merge

@braunagn
Copy link

STILL works for me. Let's merge already! It's a great tweak to a great library.

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

No branches or pull requests

7 participants