We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327f630 commit 5ed497fCopy full SHA for 5ed497f
inc/container.class.php
@@ -1405,7 +1405,7 @@ public static function constructHistory(
1405
//for all change find searchoption
1406
foreach ($updates as $key => $changes) {
1407
foreach ($searchoptions as $id_search_option => $searchoption) {
1408
- if ($searchoption['field'] == $key) {
+ if ($searchoption['field'] == $key || $searchoption['linkfield'] == $key) {
1409
$changes[0] = $id_search_option;
1410
1411
if ($searchoption['datatype'] === 'dropdown') {
0 commit comments