fixed #12169: extras uploads symlink export
This commit is contained in:
parent
4d0e87a8d9
commit
3acaa46713
2 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
7.10.19
|
7.10.19
|
||||||
|
- fixed #12169: extras uploads symlink export
|
||||||
- Added ability to pass caller assetId to RenderThingMacro
|
- Added ability to pass caller assetId to RenderThingMacro
|
||||||
- Allow specific expirations for groups in userImport.pl
|
- Allow specific expirations for groups in userImport.pl
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1076,16 +1076,16 @@ sub www_exportStatus {
|
||||||
return $session->privilege->insufficient
|
return $session->privilege->insufficient
|
||||||
unless $session->user->isInGroup(13);
|
unless $session->user->isInGroup(13);
|
||||||
my $form = $session->form;
|
my $form = $session->form;
|
||||||
my @vars = qw(
|
my @vars = qw(index depth userId rootUrlAction exportUrl exportRelated);
|
||||||
index depth userId extrasUploadsAction rootUrlAction exportUrl
|
|
||||||
exportRelated
|
|
||||||
);
|
|
||||||
$self->forkWithStatusPage({
|
$self->forkWithStatusPage({
|
||||||
plugin => 'ProgressTree',
|
plugin => 'ProgressTree',
|
||||||
title => 'Page Export Status',
|
title => 'Page Export Status',
|
||||||
method => 'exportInFork',
|
method => 'exportInFork',
|
||||||
groupId => 13,
|
groupId => 13,
|
||||||
args => {
|
args => {
|
||||||
|
# Note the difference in spelling...
|
||||||
|
# v---no s s-----v
|
||||||
|
extrasUploadAction => scalar $form->get('extrasUploadsAction'),
|
||||||
assetId => $self->getId,
|
assetId => $self->getId,
|
||||||
map { $_ => scalar $form->get($_) } @vars
|
map { $_ => scalar $form->get($_) } @vars
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue