Skip to content

Commit

Permalink
WID-569 - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed May 23, 2024
1 parent f6633ff commit aa7a046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widget/Controller/WidgetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ public function renderWidget(Request $request, WidgetPageInterface $widgetPage,
$project = $this->projectConverter->convert($widgetPage->getProjectId());

if ($cdbid && $request->headers->get('referer')) {
var_dump($request->query);
die();
$url = $request->headers->get('referer');

$cdbidsArr = explode(' ', $cdbid);
Expand Down

0 comments on commit aa7a046

Please sign in to comment.