-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Search mode is giving me this object now, whereas it used to give 'XLTS' as a key.
SearchMode: {
'0': 'All',
'2': 'Default',
'3': 'PreRelease',
'4': 'LTS',
'6': 'Supported',
All: 0,
Default: 2,
PreRelease: 3,
LTS: 4,
Supported: 6
}I had a passing test before that looks like this
Looks like SUPPORTED changed to Supported and XLTS is gone completely. It's missing keys 1 and 5 from the enum it seems.
What your recommended way forward?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working