Bug #22880 Bug Fixed

Channel Sets not exporting File Upload Directories when File Field is in a grid

Version: 3.4.7 Reporter: Pedro Guimaraes

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

When there’s a regular File Field outside the grid, the channel set will have the upload destination, but if it’s in a grid no upload destination(s) are exported.

  • In system/ee/EllisLab/ExpressionEngine/Service/ChannelSet/Export.php at line 426 add:

    elseif ($column['col_type'] == 'file')
    {
        if ($column['col_settings']['allowed_directories'] != 'all')
        {
         $this->exportUploadDestination($column['col_settings']['allowed_directories']);
        }
    }
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases