PHRAS-3823 : add permalink in report GUI (#4291)

This commit is contained in:
Aina Sitraka
2023-04-06 15:10:00 +03:00
committed by GitHub
parent 2e8a9dcec2
commit bbd6a240e5
21 changed files with 122 additions and 53 deletions

View File

@@ -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();