Skip to content

Update custom_pagination.html.twig view #2879

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

Open
wants to merge 1 commit into
base: 5.0
Choose a base branch
from
Open

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

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

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.

1 participant