diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-22 15:10:21 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-22 15:10:21 +0000 |
| commit | 49c322bd395695c9b36ecd38b83043ec66ed8ba9 (patch) | |
| tree | f16f03b932bab38bc7fb88fbe5fc5c0a7c3787b9 /tests/_data/simpleormap | |
| parent | 9157f7c55d75c7e55aac425948abc132981ecfd7 (diff) | |
allow i18n fields in SORM to be configured as a list, fixes #2366
Closes #2366
Merge request studip/studip!1554
Diffstat (limited to 'tests/_data/simpleormap')
| -rw-r--r-- | tests/_data/simpleormap/auth_user_md5.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/_data/simpleormap/auth_user_md5.php b/tests/_data/simpleormap/auth_user_md5.php index 3f712d5..b3d4c66 100644 --- a/tests/_data/simpleormap/auth_user_md5.php +++ b/tests/_data/simpleormap/auth_user_md5.php @@ -135,4 +135,13 @@ $result = [ 'default' => '[1,2]', 'extra' => '', ], + 15 => + [ + 'name' => 'i18n_field', + 'type' => 'varchar(255)', + 'null' => 'NO', + 'key' => '', + 'default' => '', + 'extra' => '', + ], ]; |
