Skip to content

Commit

Permalink
[Targeting] Error on Syfmony Profiler with pimcore targeting enabled #…
Browse files Browse the repository at this point in the history
…57  (#58)

* Fix Codeception

* Reeenable Reload Test

* fix: Add Missing Profiler templates

* Revert "fix: Add Missing Profiler templates"

This reverts commit 4daa32f.

* fix: Call PimcoreCore Bundle profiler templates

---------

Co-authored-by: aryaantony92 <[email protected]>
Co-authored-by: aryaantony92 <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 3efcf0a commit fd608b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/Profiler/targeting_data_collector.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<div class="tab-content">
<h3>Visitor Info</h3>

{{ include('@PimcorePersonalization/Profiler/key_value_table.html.twig', { data: collector.visitorInfo }, with_context = false) }}
{{ include('@PimcoreCore/Profiler/key_value_table.html.twig', { data: collector.visitorInfo }, with_context = false) }}
</div>
</div>

Expand All @@ -191,13 +191,13 @@
<div class="tab-content">
<h3>Session Storage</h3>

{{ include('@PimcorePersonalization/Profiler/key_value_table.html.twig', { data: collector.storage.session }, with_context = false) }}
{{ include('@PimcoreCore/Profiler/key_value_table.html.twig', { data: collector.storage.session }, with_context = false) }}
</div>

<div class="tab-content">
<h3>Visitor Storage</h3>

{{ include('@PimcorePersonalization/Profiler/key_value_table.html.twig', { data: collector.storage.visitor }, with_context = false) }}
{{ include('@PimcoreCore/Profiler/key_value_table.html.twig', { data: collector.storage.visitor }, with_context = false) }}
</div>
</div>
</div>
Expand Down

0 comments on commit fd608b7

Please sign in to comment.