mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[GH-ISSUE #2283] Deletion confirmation function is not working #8891
Reference in New Issue
Block a user
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 @wangfeng28 on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2283
Describe the Bug
I just tested the deletion confirmation function, Sites, Resources Public/Private, Domains, Users... Although they all have "Enter Confirmation" input boxes on the UI, the actual situation is that if I do not enter the confirmation information, or even enter the wrong confirmation information, the deletion will be performed immediately when I click the delete button.
Environment
To Reproduce
Expected Behavior
User needs to enter the correct confirmation text to delete the resource.
@K0lin commented on GitHub (Jan 20, 2026):
@oschwartz10612 may i work on it?
@K0lin commented on GitHub (Jan 20, 2026):
After some further investigation, I can confirm that the issue has already been resolved with PR #2172 , and I imagine it will be effective for everyone from the next release onwards
@oschwartz10612 commented on GitHub (Jan 20, 2026):
Yeah @K0lin is right I think it was already resolved! 😄
@wangfeng28 commented on GitHub (Jan 20, 2026):
Thanks for your amazing works, guys!