Bug 276989 - [export] Export options incorrectly enabled if export and install option used
Summary: [export] Export options incorrectly enabled if export and install option used
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.6 M6   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2009-05-19 15:11 EDT by Curtis Windatt CLA
Modified: 2010-02-09 16:08 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2009-05-19 15:11:42 EDT
1. Open the feature export wizard
2. Select "Install into Host" option.
3. Run the export
4. Open the export wizard again, "Install into Host" should be selected by default.
= On the options tab, notice that the "Generate Metadata Repository" option is enabled when it shouldn't be.
Comment 1 Curtis Windatt CLA 2009-05-19 15:12:17 EDT
Consider for RC2 if fix is very simple.
Comment 2 Curtis Windatt CLA 2009-05-19 15:18:15 EDT
Problem is that when the wizard opens, the destination tab is initialized followed by the options tab.  The destination tab initialization disables the options due to the install into host setting, but then the options tab initalization overrides it.
Comment 3 Curtis Windatt CLA 2009-05-20 11:38:17 EDT
No one line fix in hand, so I'm punting this to 3.6.
Comment 4 Curtis Windatt CLA 2010-02-09 16:08:26 EST
Fixed in HEAD.  Checks the settings to see if we are in install mode.