You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values should be stored as arrays or their usage should be adjusted to handle the strings. But the first option is more advisable as imploding and next exploding the array looks like not the most appropriate approach.
sebastian-meyer
changed the title
[BUG] Recent adjustment of musical sources changes values stored in metadata array but not their usage
[BUG] Metadata values should be of type array, but are stringAug 20, 2024
Description
The value passed to the
foreach
loop is astring
, but should be anarray
.Reproduction
Steps to reproduce the behaviour:
Click on link to display document page e.g. https://dfgviewer-dist.ddev.site
See error
Expected Behavior
The values should be stored as arrays or their usage should be adjusted to handle the strings. But the first option is more advisable as imploding and next exploding the array looks like not the most appropriate approach.
Screenshots and Examples
Environment
Additional Context
This line introduces value type change:
But usages of those values are not adjusted e.g:
The text was updated successfully, but these errors were encountered: