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 deprecation warning on first load #773

Closed

Conversation

dblanken-yale
Copy link
Contributor

Fix deprecation warning on first load

We had a $cachable which was not even in the signature of options_allowed_values, yet we were passing something in that then wasn't even being used. This lets it match the signature found at:

https://api.drupal.org/api/drupal/core%21modules%21options%21options.module/function/options_allowed_values/10

Description of work

  • Adds functionality bullet item
  • Fixes this or that bullet item

Functional testing steps:

  • Step 1
  • Step 2
  • Step 3
  • ...

We had a $cachable which was not even in the signature of
options_allowed_values, yet we were passing something in that then
wasn't even being used.  This lets it match the signature found at:

https://api.drupal.org/api/drupal/core%21modules%21options%21options.module/function/options_allowed_values/10
Copy link

Visit Site

Created multidev environment pr-773 for yalesites-platform.

@dblanken-yale
Copy link
Contributor Author

Made a proper ticket so closing the one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant