I am unable to delete my modified ips rules. After the confirmation of deleting the object, All rules "flash red" and nothing happens. I 've attached the relevant pics
actually, you found *two* aspects that needed a bit of tweaking:
1) The duplicate object deletion confirmation dialogue.
Formerly, object deletion confirmation was asked for by the JavaScript frontend. But since we have rather fancy object deletion handling in the Confd backend now, we have moved the standard confirmation there, too. It was simply forgotten to remove the old confirmation from the JavaScript minitable widget - and since that widget is only used at three places (IPS, SMTP and POP3), it was overlooked until you found it.
actually, you found *two* aspects that needed a bit of tweaking:
1) The duplicate object deletion confirmation dialogue.
Formerly, object deletion confirmation was asked for by the JavaScript frontend. But since we have rather fancy object deletion handling in the Confd backend now, we have moved the standard confirmation there, too. It was simply forgotten to remove the old confirmation from the JavaScript minitable widget - and since that widget is only used at three places (IPS, SMTP and POP3), it was overlooked until you found it.