TypeError when opening the transcriptions modal on an element with a transcription from a worker version without a worker run
Sentry Issue: ARKINDEX-FRONTEND-BB9
TypeError: Cannot read properties of undefined (reading 'b2895d45-bd4e-4dd1-bcd8-7b6679cc3e28')
at None (/arkindex/1.5.2/arkindex-1.5.2.js:1:182912)
at None (/arkindex/1.5.2/arkindex-vendors-1.5.2.js:9:22863)
at An (/arkindex/1.5.2/arkindex-vendors-1.5.2.js:9:7556)
at None (/arkindex/1.5.2/arkindex-vendors-1.5.2.js:9:22838)
at None (/arkindex/1.5.2/arkindex-vendors-1.5.2.js:9:21825)
...
(18 additional frame(s) were not displayed)
- Open any element that contains a transcription that has a
worker_version_id
but noworker_run_id
, like this one - Open the dev tools.
- Click on Manage in the Transcriptions panel, or use the A⁺ button on that element in the children tree.
- Watch the console fill with red while the modal does not open!