Actions
Bug #13071
closedDelete function for IPsec SAD entries on ``status_ipsec_sad.php`` does not work
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
The delete function for IPsec SAD entries on status_ipsec_sad.php
is not working due to a misplaced usepost
attribute. It should be on the <a>
tag. It also gathers the SAD info before performing the delete so the delete can never be reflected in the output until the page is refreshed. Fix the order while there.
There is also some debate about whether or not we need the delete function here any more. It's been broken for a while and went unnoticed, so it may be OK to remove as well.
Updated by Jim Pingle over 2 years ago
- Status changed from New to Pull Request Review
Updated by Jim Pingle over 2 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 08219be9c56250f998585a7aec7539efbe933952.
Updated by Danilo Zrenjanin over 2 years ago
Tested the patch against the version below:
2.7.0-DEVELOPMENT (amd64) built on Wed Apr 20 06:16:41 UTC 2022 FreeBSD 12.3-STABLE
The delete icon does remove the SAD entries under status_ipsec_sad.php.
Updated by Jim Pingle over 2 years ago
- Subject changed from Delete function for IPsec SAD entries on ``status_ipsec_sad.php`` is not working to Delete function for IPsec SAD entries on ``status_ipsec_sad.php`` does not work
Updating subject for release notes.
Actions