Skip to content

Commit 5ed497f

Browse files
committed
Fix log for dropdown fields
1 parent 327f630 commit 5ed497f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/container.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ public static function constructHistory(
14051405
//for all change find searchoption
14061406
foreach ($updates as $key => $changes) {
14071407
foreach ($searchoptions as $id_search_option => $searchoption) {
1408-
if ($searchoption['field'] == $key) {
1408+
if ($searchoption['field'] == $key || $searchoption['linkfield'] == $key) {
14091409
$changes[0] = $id_search_option;
14101410

14111411
if ($searchoption['datatype'] === 'dropdown') {

0 commit comments

Comments
 (0)