-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indentation not working for tagui step calling subflow file - fixed with PR #779 #778
Comments
You are right, thanks! I think the current implementation does not automatically indent everything in subflow.tag. Fyi @siowyisheng on a use case which is not working with the v6 indentation implementation. Will have a look to see what code change needed to make this work. |
Hi @siowyisheng made a PR #779 that passes following tests. For your review and verification - a.tag
b.tag
c.tag
d.tag
e.tag
f.tag
|
#778 - fix indentation for tagui step to call subflow
Closing issue, the change above will be available in the next packaged release, or now by directly downloading from https://github.com/kelaberetiv/TagUI/archive/master.zip now to overwrite user current installation. |
Reopening this issue as the fix is not yet in the packaged zip. Users can download the latest copy of the code from here and unzip to overwrite their existing installations (please drag the folders under tagui\src to overwrite existing installation) - https://github.com/kelaberetiv/TagUI/archive/master.zip In the next release, this will become part of the packaged zip files. |
Closing issue since the latest packaged release TagUI v6.14 is out. Release notes - https://github.com/kelaberetiv/TagUI/releases/tag/v6.14.0 |
mainflow.tag
Whatever is in the subflow.tag wont be executed on the popup.
I'm guessing all the commands in the subflow.tag ignores the new indentation so they get executed on the main tab.
The text was updated successfully, but these errors were encountered: