The following use case:
* install {{extension - / 1}} which depends on {{dependency - / 1}} (which declare feature {{dependency-feature}}) * install {{dependency-feature - / 2}}
-> it replace {{dependency - / 1}} (as expected) but does not do anything about {{extension - / 1}}, next time you restart {{extension-1}} will be invalid because it cannot find any extension with feature {{dependency}} anymore |
|