BlocklyProp
BlocklyProp copied to clipboard
Deleted user record is orphaning project records
It appears to be possible to remove a user record even when the user is associated with existing projects. This has the effect of orphaning the projects. It also breaks an assumption made in the code base that the user record that owns the project will always be available.
Reference PR #999 for an example of the side effect of this assumption.