mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FIX #651 Broken redirection after creating new folder in assets
This commit is contained in:
parent
e8f6b416d7
commit
85f5a45951
@ -491,6 +491,7 @@ JS
|
||||
return $folder;
|
||||
}
|
||||
}
|
||||
$this->setCurrentPageID(null);
|
||||
return new Folder();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user