You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading a sample marked as a higher requirement set than supported (using the api_set key) should fail.
Actual behavior:
Samples with unsupported features are successfully loaded. It should only be noted that the call to isSetSupported in Script Lab is using the deprecated variant that takes in a number instead of a string. This means won't behave correctly with requirement sets like ExcelApi 1.10. There's also no consideration for online-only requirement sets, like ExcelOnlineApi 1.1.
Steps to Reproduce:
Load the "Track changes" sample in Word on Windows (it uses online-only API and is marked as 1.4; Word on Windows only supports up to 1.3)
Screenshot:
What happens:
What should happen:
The text was updated successfully, but these errors were encountered:
Bug Report
Expected behavior:
Loading a sample marked as a higher requirement set than supported (using the
api_set
key) should fail.Actual behavior:
Samples with unsupported features are successfully loaded. It should only be noted that the call to
isSetSupported
in Script Lab is using the deprecated variant that takes in a number instead of a string. This means won't behave correctly with requirement sets like ExcelApi 1.10. There's also no consideration for online-only requirement sets, likeExcelOnlineApi 1.1
.Steps to Reproduce:
Screenshot:
What happens:
What should happen:
The text was updated successfully, but these errors were encountered: