Custom Slideshow block doesn't work after updating Concrete

Permalink
Hi guys,

I have a custom block which uses a lot of the source code from the Slideshow block, that worked before but stopped working after upgrading to a newer version of Concrete.

I have gone through the source code and it appears to be identical except for two changes -- it saves to a seperate database table, and it does not require at least 2 images on the edit page.

However, when I open the edit page and click add image, nothing appears to happen. I cannot use my normal Javascript debugger because the loading status for the edit window does not disappear when my debugger is active.

Does anyone know why the "add image" dialog would not appear in my component, but would appear for the normal slideshow block?

Thanks!

elyon