Conversation
1bb7be8 to
2a1ab1c
Compare
vidarl
commented
Nov 4, 2025
alongosz
reviewed
Nov 5, 2025
ibexa render function
099a520 to
a0ddb17
Compare
a0ddb17 to
988d77f
Compare
ibexa render functionibexa render function
Contributor
|
@vidarl please make sure all the suggestions are adressed, CI lits green and the PR is rebased. |
3c65ba0 to
5e212bb
Compare
mikadamczyk
reviewed
Dec 16, 2025
tests/lib/MVC/Symfony/Templating/ForwardParamOptionsToFragmentRendererTrait.php
Outdated
Show resolved
Hide resolved
konradoboza
reviewed
Dec 16, 2025
tests/lib/MVC/Symfony/Templating/ForwardParamOptionsToFragmentRendererTrait.php
Outdated
Show resolved
Hide resolved
tests/lib/MVC/Symfony/Templating/ForwardParamOptionsToFragmentRendererTrait.php
Outdated
Show resolved
Hide resolved
266a88e to
00e2b90
Compare
Contributor
Author
@konradoboza, @alongosz , @mikadamczyk : This is now done |
konradoboza
reviewed
Jan 14, 2026
Contributor
konradoboza
left a comment
There was a problem hiding this comment.
Few more minor things:
Steveb-p
approved these changes
Jan 14, 2026
konradoboza
approved these changes
Jan 27, 2026
…ibexa_render Twig function
… using ibexa_render Twig function
This reverts commit 15bedfa.
…egy static This reverts commit 15bedfa.
Co-authored-by: Konrad Oboza <[email protected]>
Co-authored-by: Konrad Oboza <[email protected]>
Co-authored-by: Paweł Niedzielski <[email protected]>
ee6e060 to
dc13138
Compare
|
tomaszszopinski
approved these changes
Feb 4, 2026
tomaszszopinski
left a comment
There was a problem hiding this comment.
QA approved on Ibexa DXP 4.6 commerce.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description:
When using
render(controller('ibexa_content::viewAction')), you can send parameters to the controller which will be available in the template.Example:
This PR adds the same possibility when using
ibexa_render():For QA:
Documentation: