Added FIXME for new form plugin support

This commit is contained in:
Matias Griese
2018-11-22 12:24:31 +02:00
parent c069c1d69f
commit 80a96a881b

View File

@@ -731,6 +731,7 @@ class AdminBaseController
*/
protected function storeFiles($obj)
{
// FIXME: Add support for latest form plugin
// Process previously uploaded files for the current URI
// and finally store them. Everything else will get discarded
$queue = $this->admin->session()->getFlashObject('files-upload');