Community
Participate
Working Groups
1) Go to the Target platform preference page (experimental) 2) Hit Add... 3) Hit next, make some changes to the definition 4) Hit back 5) Hit next Result: Any changes that were made during step (3) are gone. While changing the type to initialize the definition with should reset the contents, if nothing on the page changes we should avoid resetting all the user edited data.
Ankur, this is minor, but could be fixed by keeping a pointer to the targets we create in the selection page and reusing them instead of creating new ones.
Created attachment 131392 [details] Patch The TargetCreationPage now remembers the targets created for each option when "Next" is clicked. If one is already present, that it send ahead instead of creating a new one.
Awesome, applied patch.