Bug #6040
PictureSlideShow does not work anymore
| Status: | New | Start date: | 2010-01-15 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Setting pictureSlideShowContentSection is not loaded anymore with latest Extbase.
Related issues
| related to Extbase MVC Framework - Task #6067: Repeated sections in FlexForm are not part of $this->sett... | Resolved | 2010-01-18 | 2010-07-07 |
History
Updated by Xavier Perseguers over 3 years ago
I just had a quick look while traveling with train. Problem is located in Extbase/Classes/Configuration/FrontendConfigurationManager.php:convertFlexformContentToArray(). This method does not support the repeated section we have in our FlexForm definition to define the different pictures to be used in carousel.
Updated by Franz Koch over 2 years ago
- File 6040_v1.diff added
after #6067 will be fixed, the slideshow still won't work as sections will be converted differently then currently expected by the slideshow demo. Attached is a patch that'll fix this.