mantisbt-plugins / Taskodrome

Interactive scrum board for Mantis bugtracker.
Apache License 2.0
37 stars 17 forks source link

Assigning issues, changing status etc. by Drag&Drop does not work #321

Open Chris-Tophski opened 3 years ago

Chris-Tophski commented 3 years ago

We have MantisBT 2.18 and Taskodrome 2.1.8 and wanted to get started with Taskodrome after 2 years of occasional testing. Unfortunately, Drag&Drop does not work at all. We get the following error in the console: Uncaught TypeError: page_text.match(...) is null in function getValueByName from file Taskodrome/scripts/issue_updater.js. It seems to try to find an update token and during debugging the page we couldn't find such a token, which is normal in our case. The plugin can't handle the situation when $g_form_security_validation = OFF;, which definitely is the way to go for us, as the timeout of the form validation too often makes us lose our texts we put in, so we will definitely keep this turnded off until we have an adequate solution.

Please make the plugin handle this case. Our workaround is to comment out all occurrences of the token matching and parameters etc. in the file mentioned above.