Fixing error when downloading
This commit is contained in:
parent
2833341867
commit
17d9615631
@ -706,6 +706,7 @@ angular.module('OpenSlidesApp.motions.pdf', ['OpenSlidesApp.core.pdf'])
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
export: function (motions, params, singleMotion) {
|
export: function (motions, params, singleMotion) {
|
||||||
|
params = params || {};
|
||||||
_.defaults(params, {
|
_.defaults(params, {
|
||||||
filename: gettextCatalog.getString('motions') + '.pdf',
|
filename: gettextCatalog.getString('motions') + '.pdf',
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user