modoboa / modoboa-imap-migration

An extension to ease the migration between 2 IMAP servers using offlineimap
ISC License
16 stars 12 forks source link

deleteMigration modal/dialog doesn't seem to open when removing a migration. #70

Closed harryfoster closed 1 year ago

harryfoster commented 3 years ago

When removing an IMAP Migration, the delete button appears to do nothing. When debugging in the browser, I can hit a breakpoint inside the deleteMigration function but nothing appears to happen with the dialog confirm function. I'm a total amateur when it comes to Javascript frameworks, so I can't seem to see anything obvious.

Every thing else seems to be working normally, (with a bit of heavy tweaking to accomodate OfflineIMAP and it's python2 reqs)

And ideas would be most welcome, purely so I don't make OfflineIMAP balloon out of control with redundant sync jobs.