Bug 22736 - [Reg] Platform non disable
Summary: [Reg] Platform non disable
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Christophe Elek CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-22 15:11 EDT by Christophe Elek CLA
Modified: 2002-08-30 15:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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