-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Just wanted to confirm an issue I just discovered that Image fields placed inside Dependable Panels - at least when linked to s3 buckets - do not work when uploading.
I have confirmed DependablePanel being the source of this issue as placing the Image field outside the DependablePanel has fixed my upload issue. I am attaching working code below:
https://gist.github.com/HeadStudios/9b54d9f4d3b469eaf0e1e54fc358228d (note the mms_image field being outside DependablePanels)
The non working code below:
https://gist.github.com/HeadStudios/f64b3fbc3b7b7c4a8dfccb0c5ecdd2eb (notice the mms_image being inside a DependablePanel)
Please let me know if there are any troubleshooting steps you would like me to perform to troubleshoot this issue if the issue is on my end - or let me know if this is a limitation of the current DependablePanel release.
Thank you!