Fix reading i18n data from form builder forms (#4284)
authorMysteryCode <mutec@users.noreply.github.com>
Mon, 14 Jun 2021 05:23:27 +0000 (07:23 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 05:23:27 +0000 (07:23 +0200)
commitbff3d7ab50fbc25d5a99feb94fd0f04ed8b004d6
tree39adcca0e6e51c4bd85456f67c8a30971af87fbb
parent59a7dd72317a81d3ca6e3617946c985522fd0b73
Fix reading i18n data from form builder forms (#4284)

Previous the code caused the following error: `Uncaught TypeError: Cannot set property '1' of undefined` since it tries to set the language's value in an object which doesn't exist (yet).
ts/WoltLabSuite/Core/Form/Builder/Field/ValueI18n.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/ValueI18n.js