#2488 Make project.users not be viewonly so users can be removed from a project
Merged by pingou. Opened by pingou.
fix_user_delet  into  master

Download 2488.patch

Basically with this line the relationship was read only while the code
was expecting a read/write relationship to remove the link between and
user and a project.

Fixes https://pagure.io/fedora-infrastructure/issue/6198

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased

Will look into adding tests for this

admins and committers?

We can keep them read-only for the moment, this is just to fix removing an user from a project and that uses the users list.

:thumbsup:

rebased

Added tests for this change :)

rebased

Thanks for the review!

Pull-Request has been merged by pingou

Metadata