Skip to content

Fixed issue where versions will not get unset because of some typo#6

Merged
lesstif merged 1 commit intolesstif:mainfrom
robertvanlienden:bugfix/fix-issues-with-empty-values
Aug 16, 2022
Merged

Fixed issue where versions will not get unset because of some typo#6
lesstif merged 1 commit intolesstif:mainfrom
robertvanlienden:bugfix/fix-issues-with-empty-values

Conversation

@robertvanlienden
Copy link
Copy Markdown
Contributor

@robertvanlienden robertvanlienden commented Aug 15, 2022

Was investigating #5 and found out there is some bug in the jsonSerialize method.
unset($params['version']); will do nothing because $params['version'] does not exist inside the class.

Replaced with unset($params['versions']); and now the updateProject method works fine.

@lesstif lesstif merged commit 03c4ca3 into lesstif:main Aug 16, 2022
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

Successfully merging this pull request may close these issues.

2 participants