Community
Participate
Working Groups
In case the settings page is used in a different wizard (where one has no control over, e.g. the platform's import wizard), there will be no ValidateSettings button (since it is in the wizard itself). The settings page should check with it's wizard if there is actually such a validation control, and if not, display it on the page.
That makes sense. I'll tentatively schedule this for 3.5 so we can consider it for the common repository UI that is part of the Team Repositories view and possibly the task repository settings page.
Added new method AbstractRepositorySettingsPage.createValidationControls() which adds a validation control unless the page is embedded in a TaskRepositoryWizardDialog.
Created attachment 181140 [details] mylyn/context/zip
Thanks Steffen