Skip to content

Commit

Permalink
Fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed Feb 28, 2022
1 parent 92a1fd1 commit bfa0c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/ClassController.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ private function considerClassificationStoreForColumnConfig(Request $request, ?D
return;
}

$enrichment = false;
if ($displayMode == ColumnConfigDisplayMode::DATA_OBJECT || $displayMode == ColumnConfigDisplayMode::RELEVANT) {
$targetObjectId = $request->get('target_oid');

Expand Down

0 comments on commit bfa0c8d

Please sign in to comment.