<div dir="ltr"><div style>Hello,</div><div style><br></div><div style>I'm having some trouble with the tables.DeleteAction class when I'm trying to add another set of items to a router's detail page. </div><div style>

<br></div><div style>I found someone emailed the list previously with the exact same problem, but he never followed up with code or posted a solution. That thread can be seen here: <a href="https://lists.launchpad.net/openstack/msg18537.html">https://lists.launchpad.net/openstack/msg18537.html</a> </div>

<div style><br></div><div style>Basically, I have the items added to a routers detail page in a separate table. Elements show up just fine, and I can even add more of them without issues. </div><div style><br></div><div style>

The only problem is with deleting. The links are generated okay, but when the request is submitted to the server, it never seems to make it to the "delete" method in the class I have defined so nothing happens. No exceptions, no log entries, etc. </div>

<div style><br></div><div style>To demonstrate this in a simple setup, I setup the following branch off of grizzly/stable that displays this behavior with minimal code changes. </div><div style>You should be able to check it out, create a router, then click on a router to get the router details page to see two candy bars listed. If you try to delete one, you will just get the same page back with no change. The delete method is just configured to log a message right now, but you can change it to whatever you want because it never gets called.</div>

<div style><br></div><div style><a href="https://github.com/blak111/horizon/commit/2a96987a95a9727cd834c7dd31a65e6d8c1efb09">https://github.com/blak111/horizon/commit/2a96987a95a9727cd834c7dd31a65e6d8c1efb09</a><br></div>

<div><br></div><div><br></div><div style>Any pointers on how to get the delete request to properly call that method would be great.</div><div><br></div>Thanks<br clear="all"><div><br></div>-- <br><div>Kevin Benton</div>
</div>