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

Feature - Auto-convert strings to numbers for number fields #397

Closed
theDanielJLewis opened this issue Oct 7, 2020 · 0 comments · Fixed by #398
Closed

Feature - Auto-convert strings to numbers for number fields #397

theDanielJLewis opened this issue Oct 7, 2020 · 0 comments · Fixed by #398
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@theDanielJLewis
Copy link

I was running into an issue with my script saying Invalid parameter type: DCID, but it turned out I was passing '1' instead of 1.

For now, because of how I get the DCID to use, I can wrap that variable with Number(…), but maybe you could consider building this into all the parameters that must be integers.

@theDanielJLewis theDanielJLewis added the enhancement New feature or request label Oct 7, 2020
@ddymko ddymko changed the title Auto-convert strings to numbers for number fields Feature - Auto-convert strings to numbers for number fields Oct 7, 2020
@spencerkordecki spencerkordecki added this to the v1.0.2 milestone Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants