The performance of the “Migrate server” form becomes terrible for users with a lot of SearchStax accounts since the form code first loads the list of accounts and then, for each of them, the list of apps.
Instead, we should first let users pick an account and then only load the apps for that specific account.
Issue fork searchstax-3539475
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
drunken monkeyShould be fixed in this MR.
Comment #5
drunken monkeyMerged the MR and will re-open in case there are any issues.
Comment #7
nicholassSee ref. issue this change broke the migration form for users with only 1 account in 1.7.2 I think.