Use consistent type for all contract record IDs #145
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?
Currently, there's a bit of a mess, with IDs being handled as both numbers and strings. I think they're mostly being converted to strings in this app, due to hotfixes for the situations where it should have been a number, but wasn't.