Basically, when removing a tag from a ticket it was entirely removed from the project, instead of just removed from the ticket. This commit fixes it and add tests to ensure the tag remains with the project after being removed from the ticket.
Fixes https://pagure.io/pagure/issue/1746
Works for me! Ack
Awesome, thanks for the review :)
Pull-Request has been merged by pingou
Basically, when removing a tag from a ticket it was entirely removed
from the project, instead of just removed from the ticket.
This commit fixes it and add tests to ensure the tag remains with the
project after being removed from the ticket.
Fixes https://pagure.io/pagure/issue/1746