Actions
Regression #13861
closedConfiguration history restores revision no matter which option is clicked in confirmation dialog
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.01
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
When restoring an entry from the configuration history, the user is prompted to confirm the action. However, no matter which option the user clicks, the target entry is restored.
This appears to be a conflict between the confirmation method hardcoded in onclick=
on the restore icon link and usepost
in the same tag which triggers its own confirmation mechanism.
To me, I have a fix prepared.
Updated by Jim Pingle almost 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset db28fc70c446aca6d2047d081c981ba3833ec835.
Updated by Jim Pingle almost 2 years ago
- Status changed from Feedback to Resolved
Behaves correctly on current snapshots.
Actions