Skip to content

Commit

Permalink
Fixed obsolete ibexa_content controller references (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz authored Feb 11, 2025
1 parent f6344ca commit ffd1919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/views/content/contentquery.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% for item in items %}
{# Should we pass the full item instead ? #}
{{ render(controller("ibexa_content:viewAction", {
{{ render(controller("ibexa_content::viewAction", {
"contentId": item.id,
"content": item,
"viewType": itemViewType
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/views/fieldtype/field_view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block ezcontentquery_field %}
{{ render(controller(
"ibexa_content:viewAction",
"ibexa_content::viewAction",
{
"content": content,
"location": location ?? null,
Expand Down

0 comments on commit ffd1919

Please sign in to comment.