Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit f1904a6

Browse files
committed
Fix #17341 | Modules – Relations
1 parent 711d9fe commit f1904a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'appVersion' => '6.5.9',
5-
'patchVersion' => '2023.11.07',
4+
'appVersion' => '6.5.10',
5+
'patchVersion' => '2023.11.27',
66
'lib_roundcube' => '0.3.1',
77
];

layouts/basic/modules/Settings/LayoutEditor/RelatedList.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<select data-placeholder="{\App\Language::translate('LBL_RELATED_VIEW_TYPE_DESC',$MODULE)}"
9595
multiple="multiple" data-prompt-position="topLeft"
9696
class="form-control select2_container relatedViewType validate[required]">
97-
{foreach key=KEY item=NAME from=Settings_LayoutEditor_Module_Model::getRelatedViewTypes()}
97+
{foreach key=KEY item=NAME from=Settings_LayoutEditor_Module_Model::RELATED_VIEW_TYPE}
9898
<option value="{$KEY}" {if $MODULE_MODEL->isRelatedViewType($KEY)}selected{/if}>
9999
{\App\Language::translate($NAME, $QUALIFIED_MODULE)}
100100
</option>

0 commit comments

Comments
 (0)