49f39d Prevent ticket that have opened parent to be closed

Authored and Committed by Pierre-Yves Chibon 9 years ago
    Prevent ticket that have opened parent to be closed
    
    We do not want to close ticket A if the ticket B that blocks ticket A is still
    open. Ticket B should be closed first, then ticket A can be closed.
    
    Note: we only apply this if the ticket is closed as 'Fixed'.
    
    Fixes http://209.132.184.222/progit/issue/40
    
        
file modified
+14 -1