toladata / TolaActivity

Workflow, visualizations and data services for managing NGO projects and programs
11 stars 20 forks source link

fix #283 #285 - remove extra notifications of exceeded seats when updating user groups #1117

Closed ybekdemir closed 6 years ago

ybekdemir commented 6 years ago

Purpose

When seats already exceeded and if we change roles of user who has already have seat or remove role of user then or admins still getting exceeded seats warning. We need to remove this warnings.

Approach

New flag added to check user has already seat and notification allowed to when user has no seat gains a seat.

_Related ticket: humanitec/ActivityAPI#283 and humanitec/ActivityAPI#285