mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
PHRAS-3823 : add permalink in report GUI (#4291)
This commit is contained in:
@@ -186,6 +186,7 @@ class ProdReportController extends Controller
|
||||
);
|
||||
|
||||
$report->setFormat(self::$mapFromExtension[$this->extension]['format']);
|
||||
$report->setPermalink($request->get('permalink'));
|
||||
|
||||
set_time_limit(600);
|
||||
$response = new StreamedResponse();
|
||||
|
Reference in New Issue
Block a user