Community
Participate
Working Groups
When importing plug-ins from a repository via the Plug-in Import wizard, I sometimes notice a large delay between pressing next and seeing the next page. The busy cursor is shown, but I think it would be better to show a progress monitor (if possible).
Shouldn't be difficult. Consider doing in M3 when we look at other import issues.
The slowest areas of the wizard (collecting the models from the target and finding out which ones have repo locations) are already inside a runnable with progress. I did make one improvement to skip an iteration through the models to check for repo info. The check is needed on the express page, but it isn't needed on the detailed page because we already are filtering the available list. Resolving as FIXED since there was a code change, but the main problem is more accurately a WORKSFORME.
Verified, progress bar shows up for longer running operation.