Skip to content

SharepointPlus v3.0.5

Compare
Choose a tag to compare
@Aymkdn Aymkdn released this 05 Aug 14:00
· 163 commits to master since this release

Changelog:

  • Add the $SP().list().startWorkflow() function to manually start a workflow
  • Add the $SP().list().getWorkflowID() function (that is internally used)
  • Fix $SP().formfields().val() for a people picker (Sharepoint 2010 compatibility)
  • Fix $SP().cleanResult() when no separator was provided
  • Add another paramer to the return function for $SP().list().get() that is the error message (in case the request to the webservice didn't work)
  • Fix a bug with the argments mandatory for $SP().list().add()
  • Fix a bug with $SP().parse() when there was a backslash with a single quote and a bracket for a string
  • Change the behavior of $SP().list().add() when you provide an empty array (no more exception returned)
  • Change the order of calling success/error for $SP().list().add/remove/update() -- now the "error" callback is called before the "sucess" callback
  • Fix a bug with $SP().lists() (#2)
  • Fix a wrong information in the documentation for $SP().list().get() and "progress"