ArkieCoder

Results 6 comments of ArkieCoder

If you'd just like to use the patch above and you're working within Docker, you can add these lines to your `Dockerfile` to apply the patch to what is installed...

Agreed. Does django-admin-interface support _not_ closing the modal in the event of error messages? Or is this something that will require changes to be made to the module? I would...

I took an extended look at this issue. Unfortunately simply blocking the close in Javascript brings no joy, because the code still redirects to `popup_response.html` which just displays a spinner....

Ok I have a solution - I added a `popup_response_template` to my admin class: ``` popup_response_template = "music_library/popup_response.html" ``` `popup_response.html`: ```{% load i18n %} {% trans 'Popup closing...' %} {%...

Also, output of `sql -V` is `SQLcl: Release 18.2.0.0 Production` Output of `node --version` is `v8.12.0`

Based on my experimentation, at least read access on these views / tables are required for `apex-diff` to work: -- apex-diff script -- apex_dictionary apex_application_page_ir_rpt apex_application_all_auth all_tab_columns -- generated script...