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

Fix maximum number of parameters for setTokenLayoutProps() #3901

Conversation

kwvanderlinde
Copy link
Collaborator

@kwvanderlinde kwvanderlinde commented Apr 6, 2023

Identify the Bug or Feature request

Fixes #3900

Description of the Change

Since setTokenLayoutProps() can take 5 parameters, the max parameters declared for TokenPropertyFunctions needs to be at least 5 instead of 4.

Possible Drawbacks

None

Documentation Notes

N/A

Release Notes

  • Fixed a bug where setTokenLayoutProps() would not accept a fifth parameter.

This change is Reviewable

@cwisniew cwisniew merged commit b54d2ea into RPTools:develop Apr 12, 2023
@kwvanderlinde kwvanderlinde deleted the bugfix/3900-fix-TokenPropertyFunctions-max-parameters branch April 13, 2023 04:51
@cwisniew cwisniew added the bug label Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Calling setTokenLayoutProps() with five parameters says error
2 participants