mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 08:45:55 +03:00
[GH-ISSUE #91] Delete does not work after Edit & Save #58
Labels
No labels
bug / broken-feature
bug / broken-feature
docs / request
feature / request
help / other
mod / help-wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PowerDNS-Admin-PowerDNS-Admin#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cseres3 on GitHub (Jul 19, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/91
If you click Edit for a record, then Save for the same record, but do not apply changes and then click Delete for the same record, the record goes into edit mode instead of delete confirmation.
Reproduced always, browser Firefox 47.0.
Expected result: A record deletable always independent of previous actions.
@ngoduykhanh commented on GitHub (Jul 19, 2016):
It is a typo in custom js. Fixed in commit
ddb8825852. Thank for reporting.