One of the methods in the NodeService class has a typo
Translation Manager: 2.2.3
This might have been fixed in later versions, but just in case, I noticed that there is a method named "ReivewNodeStatus" in the NodeService class. It should be "ReviewNodeStatus" (switched the "i" and "v").
it's actually 'fixed' in v8 because that call is replaced by GetStatusByProperties - but we probably won't fix it for v2 because it would be an API change and require a major version bump :(
One of the methods in the NodeService class has a typo
Translation Manager: 2.2.3
This might have been fixed in later versions, but just in case, I noticed that there is a method named "ReivewNodeStatus" in the NodeService class. It should be "ReviewNodeStatus" (switched the "i" and "v").
yeah well spotted,
it's actually 'fixed' in v8 because that call is replaced by GetStatusByProperties - but we probably won't fix it for v2 because it would be an API change and require a major version bump :(
is working on a reply...