Skip to content
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

Is it possible to use **array of** for the input of a action #9

Closed
mrbandler opened this issue Jul 24, 2021 · 5 comments
Closed

Is it possible to use **array of** for the input of a action #9

mrbandler opened this issue Jul 24, 2021 · 5 comments
Assignees

Comments

@mrbandler
Copy link
Owner

Is it possible to use array of for the input of the action, currently, this will return error:
Error: Cannot read property 'ref' of undefined
action createTemplate(template : Templates, templateSections : array of TemplateSections, templateSectionFields : array of TemplateSectionFields, templateCopied : String) returns CommonActionOutput;

Originally posted by @andrew-mai-laidon in #7 (comment)

@mrbandler mrbandler changed the title Is it possible to use **array of** for the input of the action, currently, this will return error: Is it possible to use **array of** for the input of a action Jul 24, 2021
@andrew-mai-laidon
Copy link

Is there any update on this issues?
If possible, I will try to help, which part of the code that I should take a look to detect the problems?

@HeneryHawk HeneryHawk self-assigned this Aug 30, 2021
@HeneryHawk
Copy link
Collaborator

Hi @andrew-mai-laidon

I started working on the topic yesterday and finished a first prototype.

I'll get back to you later.

regards
Simon

HeneryHawk pushed a commit that referenced this issue Aug 31, 2021
The parser has been enhanced based on Issue #9 so that it also works with array of definitions and resolves them correctly.
@HeneryHawk
Copy link
Collaborator

HeneryHawk commented Sep 1, 2021

Hi @andrew-mai-laidon

I have published a beta version (2.6.2-beta.0).
If you like, you can test with it and give a short feedback if the bug is fixed.

Regards
Simon

@andrew-mai-laidon
Copy link

Hi, the beta version was able to build the type array of for the action!
Thanks a lot!

@HeneryHawk
Copy link
Collaborator

Hi @andrew-mai-laidon,

I released version 2.6.2 today which includes the enhancements.

Regards
Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants