Dani3lSun / apex-plugin-dropzone

Oracle APEX Region Plugin - Dropzone
MIT License
71 stars 18 forks source link

Dropzone plugin is broken after APEX 24.1 upgrade #93

Open bwetherall opened 1 week ago

bwetherall commented 1 week ago

Expected behavior

Customised Messages are displayed by the plugin such as "Drop files here or click to upload"

Actual behavior

"undefined" is displayed instead

APEX version (4.2.6 / 5.0.3)

APEX 24.1

We have fixed this by updating the plugin PLSQL a little bit.

1) Using the supported PROCEDURE approach rather than FUNCTION 2) Using different method for getting attributes into the PLSQL:

p_plugin.attributes.get_varchar2('attribute_01')

If anyone needs this fix get in touch :)

jeffreykemp commented 1 week ago

The issue with getting the legacy "attribute_nn" attributes was a known regression in APEX 24.1 that affects other plugins as well, I believe this should be fixed in APEX 24.1.0-22.

bwetherall commented 1 week ago

Thanks for the update @jeffreykemp