contao / core

Contao 3 → see contao/contao for Contao 4
GNU Lesser General Public License v3.0
492 stars 213 forks source link

Display issues when setting gallery_types in case of two fileTrees, one with images and a second with files #6123

Closed JanReuteler closed 11 years ago

JanReuteler commented 11 years ago

If you have a fileTree field of images and you want to display them horizontally you need to set gallery_types.

But this setting has an impact on other fileTrees in the same DCA that contain files. Selected files are no longer visible in the backend after saving.

Could possibly be resolved with: https://github.com/contao/core/issues/5884

leofeyer commented 11 years ago

Should be fixed with the fix from #5884.