Community
Participate
Working Groups
There are missing contexts on two dialogs in PDE. We need to add the contexts so we can add context sensitive help doc.
The two contexts are for the target export wizard and the import plug-in from cvs detailed page.
Created attachment 170088 [details] Fix
Darin, Ankur, Dani, please review as soon as you are able.
+1
For the CVS wizard page, should the help be registered on the local "comp" or the passed in "parent" composite? (For the other import wizard pages, the local composite container is used).
(In reply to comment #5) > For the CVS wizard page, should the help be registered on the local "comp" or > the passed in "parent" composite? (For the other import wizard pages, the local > composite container is used). It shouldn't matter in this case as the locally create composite simply fills the parent composite. The fix can be easily changed to use the local comp.
Dani is out for the day, adding John A instead.
Fixed in HEAD. Thanks John.