jigarius / toggl2redmine

Import time from Toggl 2 Redmine.
GNU General Public License v3.0
26 stars 6 forks source link

Disabling alert messages prevents creation of time entries #58

Closed piradata closed 3 years ago

piradata commented 3 years ago

Steps to reproduce

jigarius commented 3 years ago

This seems like it works as designed. The alert message for deleting time entries comes from Redmine. Also, it is good to confirm before deletion. I think the problem can be resolved by not blocking the alert message? I think the latest version of Toggl2Redmine allows you to select multiple time entries and delete them all at once, so you won't need to deal with multiple alert messages - simply confirm deletion once. Does that solve the problem?

jigarius commented 3 years ago

I think this works as designed. Many apps rely on the browser's confirm and alert functions.