mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°4481 - Fix n:n link addition when there are more than 3+ ext. keys on the link class
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user