Skip to content

Commit

Permalink
Update inc/containerdisplaycondition.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Sep 5, 2023
1 parent c528556 commit a7a8f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/containerdisplaycondition.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public static function removeBlackListedOption($array, $itemtype_class)
array_push($allowed_table, Location::getTable());
}

//use relation.constant.php to allow some tables (exclude Location which is managed later)
//use relation.constant.php to allow some tables (exclude Location which is managed using `CommonDBTM::maybeLocated()`)
foreach (getDbRelations() as $relation) {
foreach ($relation as $main_table => $foreignKey) {
if (
Expand Down

0 comments on commit a7a8f7d

Please sign in to comment.