fix - Export Functionality
This commit is contained in:
parent
d27fc4917f
commit
591921984b
2 changed files with 2 additions and 2 deletions
|
|
@ -10,4 +10,4 @@
|
|||
- fix: Product Asset - specification labels not showing
|
||||
- fix: Folders displayed for underprivileged users (wouter / Procolix)
|
||||
- fix: Secure the search function
|
||||
|
||||
- fix: Export Functionality
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ sub www_exportGenerate {
|
|||
$newSession->user({userId=>$userId});
|
||||
foreach my $asset (@{$assets}) {
|
||||
my $url = $asset->get("url");
|
||||
$self->session->output->printf( $i18n->get('exporting page'), $url);
|
||||
$self->session->output->print ( printf($i18n->get('exporting page')), $url);
|
||||
unless ($asset->canView($userId)) {
|
||||
$self->session->output->print ($i18n->get('bad user privileges')."\n");
|
||||
next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue