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

DEP Update minimum dependencies #1223

Merged

Conversation

GuySartorelli
Copy link
Member

Fixes https://github.com/silverstripe/silverstripe-elemental/actions/runs/10031428259/job/27721872095

BadMethodCallException: Object->__call(): the method 'eagerLoad' does not exist on 'SilverStripe\ORM\DataList'

and

Error: Class "SilverStripe\Forms\SearchableDropdownField" not found

eagerLoad() was added in silverstripe/framework 5.1, but SearchableDropdownField was added in 5.2 so we need at least that version.

Issues

@emteknetnz emteknetnz merged commit 6306618 into silverstripe:5.2 Jul 23, 2024
24 checks passed
@emteknetnz emteknetnz deleted the pulls/5.2/update-min-deps branch July 23, 2024 02:16
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