ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Project coordinators should not be able to demote themselves #47

Closed mdraelos closed 12 years ago

mdraelos commented 12 years ago

Feature Request

Project coordinators editing project membership can very easily accidentally remove their status as project coordinator. Users who are coordinating a project should not be allowed to delete their corresponding ProjectMember. The admin interface should be used instead. Fix is applied at ProjectForm.save()

mdraelos commented 12 years ago

Fixed in commit fb0024cbd8cbf661d4d9e125b92e8b7e0e75347c.