<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
I am working on the neutron-trunk-ui, to make the possibility for
the user to use trunks via web GUI.<br>
For the patch which shows the details for the trunk
(<a class="moz-txt-link-freetext" href="https://review.openstack.org/464727">https://review.openstack.org/464727</a>) I realized that<br>
the Delete action actually seems to be hanging if I delete from the
detail page.<br>
<br>
Symptoms:<br>
<ul>
<li>There is an error toast (and 404 in the console) that the
trunk can't be accessed. That should be normal, as I just
deleted it.<br>
</li>
<ul>
<li>As I see from old django pages the way of working in these
situations should be to suppress the 404 and the error toast,
and go back to the list of resources table, am I right?</li>
</ul>
<li>The modal spinner ("Please Wait....") hangs for ever =>
That is the more serious problem.</li>
<ul>
<li>I tried to check the fully working angular example which is
for me the images panel, and actually that is working the same
way:</li>
<ul>
<li>Click on an image</li>
<li>On the details page click on delete and there is the
forever spinning modal....</li>
</ul>
</ul>
</ul>
In my latest patch I get rid of the forever spinning modal, and I
should get rid of the error toast as well, and go back to the <br>
list of trunks table.<br>
BUT I have the feeling that I mess up the horizon framework.<br>
<br>
Could somebody help me out what should be the direction to solve
this problem in a horizon/angular way?<br>
<br>
Thanks in advance for the help.<br>
<br>
Regards<br>
Lajos<br>
</body>
</html>