Menu

#89 Unused column 'owned_groups' in class User prevents group creation

v2
open
nobody
None
1
2016-10-28
2016-10-28
bill halpin
No

When trying to create groups in the current release you receive a sqlalchemy 'orphaned instance' due to the column 'owned_groups' in the User class. This column is not referenced anywhere else in the code and commenting it out alleviated the bug without causing any further problems so far.

Discussion


Log in to post a comment.