chg: [taxonomy] Include if the predicate is exclusive at entry level

pull/6541/head
mokaddem 2020-11-05 15:23:12 +01:00
parent 0f69022a4e
commit 60d1adb1cf
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ class Taxonomy extends AppModel
if (isset($entry['numerical_value']) && $entry['numerical_value'] !== null) {
$temp['numerical_value'] = $entry['numerical_value'];
}
$temp['exclusive_predicate'] = $predicate['exclusive'];
$entries[] = $temp;
}
} else {