Change on embed bundle handling

This commit is contained in:
Benoît Burnichon
2016-01-12 17:53:09 +01:00
parent fa3fbca61f
commit 523b82b5ae
12 changed files with 249 additions and 71 deletions

View File

@@ -86,6 +86,13 @@ class PermalinkController extends AbstractDelivery
'view' => 'overview',
'token' => $token,
'record' => $record,
'recordUrl' => $this->app->url('permalinks_permalink', [
'sbas_id' => $sbas_id,
'record_id' => $record_id,
'subdef' => $subdefName,
'label' => $record->get_title(),
'token' => $token,
])
]);
}