Skip to content

Conversation

adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Aug 14, 2025

Question Answer
JIRA Ticket N/A
Versions 5.0
Edition All

Fix An exception has been thrown during the rendering of a template ("The view "ez" does not exist.")

Checklist

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

`An exception has been thrown during the rendering of a template ("The view "ez" does not exist.")`
Copy link

Preview of modified files: no change to preview.

Copy link

github-actions bot commented Oct 7, 2025

code_samples/ change report

Before (on target branch)After (in current PR)

code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig

docs/search/search_api.md@210:``` html+twig
docs/search/search_api.md@211:[[= include_file('code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig') =]]
docs/search/search_api.md@212:```

001⫶{% for item in pagerItems %}
002⫶ <h2><a href={{ ibexa_path(item) }}>{{ ibexa_content_name(item) }}</a></h2>
003⫶{% endfor %}
004⫶
005⫶{% if pagerItems.haveToPaginate() %}

code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig

docs/search/search_api.md@210:``` html+twig
docs/search/search_api.md@211:[[= include_file('code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig') =]]
docs/search/search_api.md@212:```

001⫶{% for item in pagerItems %}
002⫶ <h2><a href={{ ibexa_path(item) }}>{{ ibexa_content_name(item) }}</a></h2>
003⫶{% endfor %}
004⫶
005⫶{% if pagerItems.haveToPaginate() %}
006⫶    {{ pagerfanta( pagerItems, 'ez') }}
006⫶    {{ pagerfanta(pagerItems, 'ibexa') }}
007⫶{% endif %}

007⫶{% endif %}

Download colorized diff

@adriendupuis adriendupuis merged commit d1d63f2 into 5.0 Oct 8, 2025
6 of 7 checks passed
@adriendupuis adriendupuis deleted the fix-pagination branch October 8, 2025 11:44
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