cep / pagure

Forked from pagure 7 years ago
Clone

f7576b6 Fix removing a tag from a ticket without removing it from the project

Authored and Committed by pingou 7 years ago
    Fix removing a tag from a ticket without removing it from the project
    
    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
    
        
file modified
+3 -3
file modified
+2 -0
file modified
+18 -0