sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

Differentiate UpdateContentType and CreateContentType #21

Closed jmgore75 closed 8 years ago

jmgore75 commented 8 years ago

Webs was overwriting the List versions of UpdateContentType and CreateContentType, and calling the wrong service with the wrong payloads.

sympmarc commented 8 years ago

Thanks, Jeremy.

It looks like I started to fix that issue and never finished it. Sloppy on my part.

M.

jmgore75 commented 8 years ago

Not a problem - when will next version be pushed out?

sympmarc commented 8 years ago

Oh, I wish I could tell you. I've been really busy and this has fallen by the way side. Obviously, breaking things into components as we have will require a bigger round of testing, as well.

M.