Skip to content
  • Christophe Simonis's avatar
    70041a5f
    [FIX] routing_map: correct subclasses detection. · 70041a5f
    Christophe Simonis authored
    Subclass detection didn't include the class itself if all it's subclasses
    were invalid. As we create a new regrouping subclass, that was always the
    case after a registry reloading, causing subclassed controllers to not be
    taken in account.
    
    [IMP] routing_map: clean code a little bit
    70041a5f
    [FIX] routing_map: correct subclasses detection.
    Christophe Simonis authored
    Subclass detection didn't include the class itself if all it's subclasses
    were invalid. As we create a new regrouping subclass, that was always the
    case after a registry reloading, causing subclassed controllers to not be
    taken in account.
    
    [IMP] routing_map: clean code a little bit
Loading