Confirmed users
1,041
edits
(Updated to current work in bug) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 35: | Line 35: | ||
= Item Install & Upgrade (partially completed) = | = Item Install & Upgrade (partially completed) = | ||
When installing or upgrading using a manager (e.g. Extension / Theme Manager) after all installations in progress complete if a dependency is not satisfied the item would have the appDisabled property set to true and the user would be notified via a dialog that an item requires additional items to be installed or enabled.<br> | When installing or upgrading using a manager (e.g. Extension / Theme Manager) after all installations in progress complete if a dependency is not satisfied the item would have the appDisabled property set to true and the user would be notified via a dialog that an item requires additional items to be installed or enabled.<br> | ||
'''Note''' The current implementation does not display a dialog on install. It does set the appDisabled property to true when the install completes if the item does not | '''Note''' The current implementation does not display a dialog on install. It does set the appDisabled property to true when the install completes if the item does not have its dependencies satisfied. | ||
When an item that is a dependency of another item is being upgraded and the upgrade will disable the item that depends on it the user would be notified and given the option to not upgrade the item.<br> | When an item that is a dependency of another item is being upgraded and the upgrade will disable the item that depends on it the user would be notified and given the option to not upgrade the item.<br> |