mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #478] Buy Supporter Key Button Issue #8237
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 @grokdesigns on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/478
While testing #477, I noticed this issue.
If you add >5 users and the "Buy Support Key" reappears, if you then drop back down to =<5 users, the button does not go away even though I have a Limited Supporter key installed. Hiding for 7 days does also not appear to work in this case.
@miloschwartz commented on GitHub (Apr 7, 2025):
Hey I saw the PR I will look that over when I have some free time later. Thanks for submitting!
As for this issue, how are you removing the users? Users need to be removed from the admin panel at
/admin. Otherwise if you remove them from the orgs, they still exist in the system, they just no longer belong to that org if that makes sense.Let me know if that solves the issue. Otherwise I will look for bugs.
@grokdesigns commented on GitHub (Apr 7, 2025):
Looks like that was the issue, thanks!