die-wegmeister / Wegmeister.DatabaseStorage

A Neos CMS plugin to store data into Database and export it as xlsx (and other table formats). Also compatible with the Neos FormBuilder (https://github.com/neos/form-builder).
GNU General Public License v3.0
5 stars 7 forks source link

fix: Prevent infinite loop in next dimension lookup #38

Closed Benjamin-K closed 1 week ago

Benjamin-K commented 1 month ago

This change prevents the lookup of the next dimension to result in an endless loop, if no NodeBased Form is used.

To do this, all available dimension combinations are created first, so you could easily fetch the next valid combination, until there are none left.

markusguenther commented 1 month ago

This also fixes https://github.com/die-wegmeister/Wegmeister.DatabaseStorage/issues/36