Looks like there’s a validation rule error when downloading a glossary in CSV/XLS. (TBX is fine)
No error is shown to the user, but in the console, the following error is getting returned from the backend:
errors
:
[{code: "notInArray", message: "The input was not found in the haystack"}]
0
:
{code: "notInArray", message: "The input was not found in the haystack"}
code
:
"notInArray"
message
:
"The input was not found in the haystack"
key
:
"exportFields"
Steps to Reproduce
- Open the “Glossaries” page
- Click on the three dots next to a glossary
- Click “Download”
- Choose “CSV”
- Click “Download”
Expectation: CSV downloads
Actual: No error is shown, network request fails with a 400 and the above error message.