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

4525: better support for ScriptVariable fields with multiple values #4678

Closed
wants to merge 2 commits into from

Conversation

steffann
Copy link
Contributor

Fixes: #4525

Implemented by adding multiple_values as a class property on ScriptVariable to determine which fields require a single value and which fields support multiple values and adding code to ScriptForm.__init__ to provide corresponding initial values.

@jeremystretch
Copy link
Member

Ended up addressing this deeper under the hood in #4692. Thank you for getting it it started though!

@jeremystretch jeremystretch deleted the 4525-initial-multiobjectvar branch May 26, 2020 19:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Script MultiObjectVar cannot be filled from URL parameter
2 participants