Error when downloading glossary or terms as CSV/XLS

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

  1. Open the “Glossaries” page
  2. Click on the three dots next to a glossary
  3. Click “Download”
  4. Choose “CSV”
  5. Click “Download”

Expectation: CSV downloads

Actual: No error is shown, network request fails with a 400 and the above error message.

Hi @SegMetrics :waving_hand:
Thanks for reporting this! We’re already aware of the issue and have created a dedicated fix task for our developers. Once it’s resolved or we have any updates, we’ll make sure to keep you informed.

Hi @SegMetrics

Happy to inform you that the issue is already resolved :slight_smile: