Bug 22736

Summary: [Reg] Platform non disable
Product: [Eclipse Project] Platform Reporter: Christophe Elek <celek>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Christophe Elek <celek>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Christophe Elek CLA 2002-08-22 15:11:45 EDT
One click update to install latest platform
Shutdown
delete workspace
Start, all 2.0.1 children are enabled, if you click to see disable feature, they
become children of platform 2.0.1
Reconciler does not disable non-optional children features...
Comment 1 Christophe Elek CLA 2002-08-22 16:49:25 EDT
the issue is that we were trying to disable children feature before parent one,
and core contained a pice of code cheking the parent was not enable.

I believe the code should not be so low, and core should not check if the
unconfigure is valid or not.
Otherwise, we will need to unconfigure in order, i.e resort the list of feature
to unconfigure.
Comment 2 Christophe Elek CLA 2002-08-30 15:16:26 EDT
fixed