Issue #2940605: Can only intentionally re-render an entity with references 20 times.
1 unresolved thread
Merge request reports
Activity
added 47 commits
-
214fb2bf...cfd82a0e - 35 commits from branch
project:9.4.x
- 476277d5 - First attempt at demonstrating an approach using the renderer.
- 030b879f - Empty commit to tickle testbot.
- 7888fd8c - Coding standards
- fdd7b014 - More coding standards.
- aecb44ba - Missing $
- 8ad9f4c9 - Use #printed to abort rendering.
- 14c15ad9 - Fix recursion tests
- dc83e73e - Coding standards
- 9531f1ea - Recursion test improvements
- 728880a0 - Coding standards.
- 97b661cb - Fix test
- 37c9d929 - Rebase with 9.4.x
Toggle commit list-
214fb2bf...cfd82a0e - 35 commits from branch
added 329 commits
-
7e48d558...87e7b0e6 - 328 commits from branch
project:9.4.x
- 9f97bcb7 - Merge branch '9.4.x' into 2940605-recursion-global
-
7e48d558...87e7b0e6 - 328 commits from branch
- Resolved by Jonathan Shaw
256 256 $referencing_entity_1->{$this->fieldName}->entity = $referencing_entity_1; 257 257 $referencing_entity_1->save(); 258 258 259 // Check that the recursive rendering stops after it reaches the specified 260 // limit. 259 // Using a different view mode is not recursion. 260 $build = $view_builder->view($referencing_entity_1, 'teaser'); 261 $output = $renderer->renderRoot($build); 262 // 2 occurrences of the entity title per entity. 263 $expected_occurrences = 4; 264 $actual_occurrences = substr_count($output, $referencing_entity_1->name->value); added 1 commit
- a3ae8c9b - A zero length string as recursion key is harmless
Please register or sign in to reply