Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
4.3.0
-
Qt Installer Sprint 54, Qt Installer Sprint 56, Qt Installer Sprint 57
Description
1. Component is installed as autodependency (component selected for install if other component is selected, componentB in this example)
2. After install the repository is updated, containing update to both components.
3. Updater is run and componentA is not selected for update
Result:
-> componentB is updated although componentA is not. Is this ok or should the autodependant component be updated only when the componentA is updated? The AutoDependOn -component does not contain a checkbox, should the checkbox be shown in updater view so it can be selected for update if wanted?
Original installation with repository:
<Name>componentA</Name>
<Version>1.0.0</Version>
<Name>componentB</Name>
<Version>1.0.0</Version>
<AutoDependOn>componentA</AutoDependOn>
In updated repository:
<Name>componentA</Name>
<Version>1.1.0</Version>
<Name>componentB</Name>
<Version>2.0.0</Version>
<AutoDependOn>componentA</AutoDependOn>
Attachments
Issue Links
- is duplicated by
-
QTIFW-2603 AutoDependOn components updated although main node is not
- Closed