toladata / TolaActivity

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

TOLA-423: Removing call to notify_excess_org_admin and its tests #1162

Closed Arlus closed 5 years ago

Arlus commented 5 years ago

Purpose

Changing user roles for organisations with depleted seats led to an error due to code being called to send an email to organisation's admin informing him/her of the depleted seats. This functionality had been removed.

Approach

I comment out the part of code calling the email functionality. I also commented out its tests.

_Related ticket: TOLA-423