Suite: Allow solution adding from query string (Crud Generator Page) #14673
BackSuite side of https://github.com/abpframework/abp/pull/17064
When you go to the address http://localhost:3000/CrudPageGenerator/Create?targetSolution={YourSolutionPath}, suite will add the solution if not already added, then make it the current solution.
For example: When you go to the url http://localhost:3000/CrudPageGenerator/Create?targetSolution=D:\test\Acme.sln, Suite will open crud page generator for the solution Acme, even if it is not added to the suite previously.
(Note: D:\test will also work if there is only a single solution (Acme.sln) in the directory.)