Git variant of 'create Tale' modal should be opened with prefilled data. Click on "Create a new Tale".
A Tale with git repo cloned into the workspace should be created.
(BEWARE) While I tested my changes work as intended, I haven't verified that a classic AinWT still works, i.e. I haven't broken all the other things... You may want to check that.
Problem
Currently it's not possible to initialize AinWT in a "git variant" by crafting an url to pointing to dashboard.
Approach
CreateTaleModalComponent
to utilizeuri
query parameter ifmode.Git
was selected.git=true/false
parameter was used and choose mode accordinglyHow to Test