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

BUGFIX Silverstripe 5 depreciations in AutoCompleter #75

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

jsirish
Copy link
Contributor

@jsirish jsirish commented Aug 30, 2023

This fixes 2 Silverstripe 5 depreciations in the HasOneAddExistingAutoCompleter class

line 133:
config()->update to config()->set

line 150:
->setBody(Convert::array2json($json)) to ->setBody(json_encode($json))

@wilr wilr merged commit ac9184a into silvershop:main Aug 30, 2023
@jsirish jsirish deleted the bugfix/ss5depreciations branch September 5, 2023 21:06
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