Hello,
We have a strange problem that occurs on every interactive grid in a translated applications. When someone Saves, edits or deletes a report, the list of reports is no longer shown and no functionality/button is working anymore on the interactive grid. When I reload the page the problem is gone.
The functionality does work on the non-translated application (primary language). I created a simple test application with an interactive grid on the customers table, translated this application and this problem is also occuring here. It seems that for translated applications javascript is crashing. As I take a look in the console, I always get this error: interactiveGrid.min.js?v=20.1.0.00.13:16 Uncaught TypeError: Cannot read property 'isReadOnly' of undefined

We are using Apex 19.1 and Oracle DB 19c. But I also tried this on apex.oracle.com (apex 20.1) and it this problem is also occuring there
Below you can find a screen capture for my problem.

What is the problem here?
The test application can be found on https://apex.oracle.com/pls/apex/test_public/r/test-ig-bug/login
login: demo/demo1234
Workspace: TEST_PUBLIC (login with same demo credentials)
The app can also be downloaded here: https://drive.google.com/file/d/1o1ELlQmCJ8-kuVhTXogjUiHDM_a26XkJ/view?usp=sharing