Skip to content
Extraits de code Groupes Projets
  • Thomas Steur's avatar
    1d6eba63
    Unload plugin instead of deactivating it when a plugin has a missing dependency (#11682) · 1d6eba63
    Thomas Steur a rédigé
    Deactivating a plugin in case of a missing dependency is a bit risky. If just once a dependency is missing it would be directly deactivated. For example during an update we may run into an issue where a plugin dependency might be missing just for a short time frame. There may be also other edge cases where this might be the case. It would be better to instead trigger a notification only. I would show this notification only to super users but we do not have anything loaded at this time.
    
    Any other ideas?
    1d6eba63
    Historique
    Unload plugin instead of deactivating it when a plugin has a missing dependency (#11682)
    Thomas Steur a rédigé
    Deactivating a plugin in case of a missing dependency is a bit risky. If just once a dependency is missing it would be directly deactivated. For example during an update we may run into an issue where a plugin dependency might be missing just for a short time frame. There may be also other edge cases where this might be the case. It would be better to instead trigger a notification only. I would show this notification only to super users but we do not have anything loaded at this time.
    
    Any other ideas?