jasonrollins / shareplum

Pythonic SharePoint
MIT License
179 stars 96 forks source link

Fixing Update list items with SP user on SharePoint 2007 #135

Closed wishplorer closed 3 years ago

wishplorer commented 3 years ago

There is a bug where on SharePoint 2007, trying to update list with user information fails as it is looking for value instead of key. Changing to key lookup fixed the issue and update list item function works and updates the data.