dede0ef Use correct super-calls in get_args() methods

2 files Authored by pviktori 9 years ago, Committed by mkosek 9 years ago,
    Use correct super-calls in get_args() methods
    
    The get_args methods in ipalib.crud and ipalib.plugins.baseldap used
    super() calls that skipped some of the classes in the inheritance
    chain, and contained code that reimplemented some of the skipped
    functionality.
    This made it difficult to customize the get_args behavior.
    
    Use proper super() calls.
    
    Backported by Martin Kosek to ipa-3-3 branch to fix
    https://fedorahosted.org/freeipa/ticket/4475
    
        
file modified
+13 -2
file modified
+8 -22