mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Let egw.link takes care of the base url. Fix sometimes nm_print_dialog template runs into CSP error
This commit is contained in:
parent
7a342ba56d
commit
57edc511ce
@ -2243,14 +2243,12 @@ var et2_nextmatch = (function(){ "use strict"; return et2_DOMWidget.extend([et2_
|
||||
}
|
||||
},this);
|
||||
|
||||
var base_url = this.getInstanceManager().template_base_url;
|
||||
if (base_url == '/') base_url = ''; // otherwise we generate a url //api/templates, which is wrong
|
||||
var dialog = et2_createWidget("dialog",{
|
||||
// If you use a template, the second parameter will be the value of the template, as if it were submitted.
|
||||
callback: callback, // return false to prevent dialog closing
|
||||
buttons: et2_dialog.BUTTONS_OK_CANCEL,
|
||||
title: 'Print',
|
||||
template:this.egw().link(base_url+'/api/templates/default/nm_print_dialog.xet'),
|
||||
template:this.egw().link('/api/templates/default/nm_print_dialog.xet'),
|
||||
value: {
|
||||
content: {
|
||||
row_count: Math.min(100,total),
|
||||
|
Loading…
Reference in New Issue
Block a user