mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix links in failed preview message suggestions.
This commit is contained in:
parent
69ffc46a95
commit
b2ccc2ad4c
@ -43,6 +43,9 @@
|
||||
$appname = $_GET['appname'] ? $_GET['appname'] : $content['appname'];
|
||||
$definition = $_GET['definition'] ? $_GET['definition'] : $content['definition'];
|
||||
|
||||
// We use some inline js in preview results if it fails
|
||||
egw_framework::csp_script_src_attrs("unsafe-inline");
|
||||
|
||||
$template = new etemplate_new('importexport.import_dialog');
|
||||
|
||||
// Load application's translations
|
||||
|
Loading…
Reference in New Issue
Block a user