Closed (fixed)
Project:
Custom (Form) destination
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jun 2009 at 12:27 UTC
Updated:
22 Jul 2009 at 10:00 UTC
I accidently added a custom destination with the following ID: user/login (instead of the proper user_login). Now I cannot remove or edit it. When I click “edit” a new custom destination will be added, when I click delete it asks:
“Are you sure you want to delete custom destination for ?”
Where apparently the Form ID is empty. When clicking “Confirm”, I’m redirected to the list and nothing has happened. My guess is it is the slash that is causing the trouble.
Comments
Comment #1
flevour commentedAlas it's not possible to remove it as slashes in the Form ID will appear in the edit/delete URLs. You should manually delete the wrong entries from the customdestination table in the db.
I added a stricter validity check to form id inputs to ensure this doesn't happen again.
Thank you very much for your report,
Francesco
Comment #2
rolfmeijer commentedAh, too bad, well it’s not that much of a problem.
Thanks.