Bug #25688
closednot possible to create testTask if sysext:linkvalidator is installed
0%
Description
if you want to create a "Scheduler test task" you must enter an email address, after saving you got an error Message "Please enter an email address."
This is because the Test Task AND linkvalidator use the same name for the email inputfield "tx_scheduler[email]".
If you click "save" both fields are send to the server, but the linkvalidator email field is empty and so you cant save the Test Task.
Steps to reproduce:
install Extensions Scheduler and activte "Sample Tasks"
install Sysext linkvalidator
create a Test Task, type in an email address and press Save
to watch the POST Data I used Firefox Addon TamperData
a fast solution could be to rename one of the email fields but in general this could be a larger problem, if you can "disable" Tasks of another Extension.
Tested width current trunk 10146
(issue imported from #M17152)