when running delete-user.py with the hubs section commented out. When I enter user: decause to delete. From the db I see that the users table and associations table is affected and the hub is still around like predicted
This is with user already deleted. When I uncomment the hubs section from delete-user.py and enter user: decause to delete hub. The db hub row is gone and all its widgets are also all deleted.
With user still in db. From the db widgets, hubs. Association is missing the rows with decause in it but decause is still found in the users table just like we want
Regarding issue #195 the widget is successfully deleted while the user, hub, and sibling widgets still stay intact
when running delete-user.py with the hubs section commented out. When I enter user:
decauseto delete. From the db I see that the users table and associations table is affected and the hub is still around like predictedThis is with user already deleted. When I uncomment the hubs section from delete-user.py and enter user:
decauseto delete hub. The db hub row is gone and all its widgets are also all deleted.With user still in db. From the db widgets, hubs. Association is missing the rows with decause in it but decause is still found in the users table just like we want
Regarding issue #195 the widget is successfully deleted while the user, hub, and sibling widgets still stay intact