mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
Added FIXME for new form plugin support
This commit is contained in:
@@ -731,6 +731,7 @@ class AdminBaseController
|
|||||||
*/
|
*/
|
||||||
protected function storeFiles($obj)
|
protected function storeFiles($obj)
|
||||||
{
|
{
|
||||||
|
// FIXME: Add support for latest form plugin
|
||||||
// Process previously uploaded files for the current URI
|
// Process previously uploaded files for the current URI
|
||||||
// and finally store them. Everything else will get discarded
|
// and finally store them. Everything else will get discarded
|
||||||
$queue = $this->admin->session()->getFlashObject('files-upload');
|
$queue = $this->admin->session()->getFlashObject('files-upload');
|
||||||
|
|||||||
Reference in New Issue
Block a user