Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interactive Grid: Translated application save report JS errors

KoenAXISep 15 2020 — edited Sep 19 2020

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

pastedImage_3.png

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.

IG_REPORT_BUG.gif

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

Comments

Processing

Post Details

Added on Sep 15 2020
8 comments
604 views