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

@@ -43,6 +43,8 @@ class BlockIndirectLinksEdit extends UIContentBlock
public $sExtKeyToRemote;
/** @var bool */
public $bJSDoSearch;
/** @var int */
public $iMaxAddedId = 0;
/** @var string */
public $sFormPrefix;