tdecacqu / pagure

Forked from pagure 5 years ago
Clone

775b006 Fix getting the active plugins for the project

Authored and Committed by pingou 5 years ago
    Fix getting the active plugins for the project
    
    Basically if the database object isn't instantiated the backref doesn't
    work, so before checking if there is a relation between the project and
    the plugin's table, instantiate the database object.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+4 -1