Wrong value being submitted when creating SavedGuild #9
Notifications
Total Time Spent:
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: corbz/PYRSS-Website#9
Loading…
x
Reference in New Issue
Block a user
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?
In the home.js javascript, when the newSavedGuild function is called, the serverId is a copy of the serverName.
This should not be the case, review and fix.
The bug causes the generated icon url to be incorrect and 404, because the id is wrongly replaced with the name in the url.