waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

Hide ampersand from the commandline #219

Closed geschwint closed 2 years ago

geschwint commented 2 years ago

If running a container as multitenant, you get a URL in the format BASE/?tenant=xyz&table=1234

But the command line does not like the ampersand and thus does not work in my chrome, it only opens the base including the tenant thus skipping the rest of the URL. By wrapping the URL in double quotes, the URL is only seen as a string, with or without ampersand.

Hope it will render useful, same applies to Firefox

waldo1001 commented 2 years ago

Thanks so much!