Skip to content
  • Curtis Conard's avatar
    Complete Clonable trait (#7816) · 00bc1bec
    Curtis Conard authored
    
    
    * Move clone methods to Clonable trait
    
    * Fix lint + try rerun tests
    
    * Revert return type. Use Toolbox::deprecated
    
    * Fixes
    
    Deprecate
    DBChild and DBRelations should be clonable by nature
    Fix parent calls
    
    * Factorize trait imports
    
    * Changes/fixes:
    
    - Simplify trait usage
    - NetworkPort is clonable
    - CommonDBConnexity is clonable
    - Clean input properties in dedicated method
    
    * Networkport inherits clonable from CommonDBConnexity
    
    Co-authored-by: default avatarJohan Cwiklinski <jcwiklinski@teclib.com>
    Co-authored-by: default avatarCédric Anne <cedric.anne@gmail.com>
    00bc1bec