mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #160] [BUG] Auth cannot be changed from the default / Save Users & Roles button fails to save and throws an error #8080
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 @gokussjx on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/160
Current Behavior: On hitting
Save Users & Rolesbutton, this error pops up and the save never succeeds:Expected Behavior: As per the doc:
In other words, disabling the foregoing option and hitting save should save successfully without any errors. Primarily, the
Save Users & Rolesbutton should save the configured option.(Thanks @hhftechnology for the screenshot^)
Steps to Reproduce:
v1.0.0 beta12)Save Users & RolesEnvironment:
Additional Information:
@miloschwartz commented on GitHub (Feb 5, 2025):
Hey, thanks for finding this - was a missing if statement 😑.
I patched beta.12 with a fix for this. Can you re-pull the 1.0.0-beta.12 image?
I think we might introduce some kind of early testing program for people to use pre-build versions so we can find this stuff sooner.
Edit: Seemed to only affect base domain resources.
@nixielectra commented on GitHub (Feb 5, 2025):
Latest beta.12 image fixed this issue for me, was on subdomain resource.
@manilx commented on GitHub (Feb 5, 2025):
Fixed, for me too. 👍
@gokussjx commented on GitHub (Feb 5, 2025):
Can confirm, all working now, thanks!
+1 to an eartly-testing program. Additionally, unit & regression testing would be super useful as the project gets more and more feature-rich 👀