N°4481 - Fix n:n link addition when there are more than 3+ ext. keys on the link class

This commit is contained in:
Molkobain
2021-12-13 15:01:23 +01:00
parent 5055397024
commit 4d37e2267f
4 changed files with 36 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ oWidget{{ oUIBlock.iInputId }} = new LinksWidget(
{{ oUIBlock.bDuplicates }},
{{ oUIBlock.oWizHelper }},
'{{ oUIBlock.sExtKeyToRemote }}',
{{ oUIBlock.bJSDoSearch }}
{{ oUIBlock.bJSDoSearch }},
{{ oUIBlock.iMaxAddedId }}
);
oWidget{{ oUIBlock.iInputId }}.Init();
{% endapply %}