WaterReporter / www.waterreporter.org

http://www.waterreporter.org
0 stars 1 forks source link

User not being associated as an organization member on Join #222

Closed joshuapowell closed 8 years ago

joshuapowell commented 8 years ago

Problem

When a user joins a group we need to have two instances of that information saved to the database. The first is the User's association with the Organization object, the second is the permissions for that User's Organization association.

We are currently only saving the Permissions and not saving the User <> Organization relationship.

Prerequisite for #215 and #218