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

Maintenance: render_document_partials is deprecated in BL 8 #3362

Open
jcoyne opened this issue Dec 16, 2024 · 0 comments · May be fixed by #3368
Open

Maintenance: render_document_partials is deprecated in BL 8 #3362

jcoyne opened this issue Dec 16, 2024 · 0 comments · May be fixed by #3368

Comments

@jcoyne
Copy link
Member

jcoyne commented Dec 16, 2024

Description

DEPRECATION WARNING: render_document_partials is deprecated and will be removed from Blacklight 9.0 (Replace this call with: "document_component = blacklight_config.view_config(:atom).summary_component
render document_component.new(presenter: document_presenter(document), component: :div, show: true)") (called from block (2 levels) in ___workspace_projectblacklight_spotlight_app_views_spotlight_sir_trevor_blocks__embedded_document_html_erb___1807122423310499512_451100 at /workspace/projectblacklight/spotlight/app/views/spotlight/sir_trevor/blocks/_embedded_document.html.erb:5)

<%= render_document_partials document, view_config.partials, component: component, document_counter: nil, view_config: view_config, block: local_assigns[:block], **(view_config.locals) %>

jcoyne added a commit that referenced this issue Dec 16, 2024
render_document_partials is deprecated

Fixes #3362
@jcoyne jcoyne linked a pull request Dec 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant