- The PMFNewCaseImpersonate(), WSNewCaseImpersonate() and newCaseImpersonate() web service, do not return the UID and number of the new case like PMFNewCase(), WSNewCase() and newCase()
- It improved the code of the PMFNewCaseImpersonate method, for to returns the UID of case, as PMFNewCase
- It improved the code of the WSNewCaseImpersonate method, for to returns the UID of case, as WSNewCase
- Corrections made in the methods "Simple Trigger Web Services", including the files involved
Grammar problem in "2 You have not privileges to execute this function". It needs a "do not", but it is better to not use "You".
In workflow/engine/methods/services/soap2.php,
change:
$o->guid = "2 You have not privileges to execute this function";
To:
$o->guid = "2. Insufficient privileges to execute this function'
Instead of every page defining it's own PM_VERSION interpretation,
there is now a single getVersion function in the System class to
always get the right version.