mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #122] Deleting a user doesn't work #74
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#74
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 @richard-underwood on GitHub (Sep 20, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/122
While looking at groups, I noticed that deleting a user doesn't work. The jtable is set to use the username as the key, not the id, but the delete sql is by id.
I'm going to propose a patch which changes the key on the user jtable to be the id field which matches the other jtables and update misc to match before going forward with the groups.
@HLFH commented on GitHub (Sep 26, 2016):
Related to https://github.com/tuxis-ie/nsedit/pull/123
@HLFH commented on GitHub (Sep 26, 2016):
It works. Thanks. You can close this issue. @tuxis-ie @richard-underwood