Skip to content

Commit

Permalink
Merge pull request ILIAS-eLearning#6232 from schmitz-ilias/bt-25992
Browse files Browse the repository at this point in the history
Session: fix import of material assignment (25992)
  • Loading branch information
smeyer-ilias authored Aug 21, 2023
2 parents 23cb791 + bd60cfe commit 703fa14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Session/classes/class.ilSessionDataSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ public function readData($a_entity, $a_version, $a_ids, $a_field = "")
case "4.1.0":
case "5.0.0":
case "5.1.0":
case '5.4.0':
case '7.0':
$this->getDirectDataFromQuery($q = "SELECT event_id session_id, item_id " .
" FROM event_items " .
"WHERE " .
Expand Down

0 comments on commit 703fa14

Please sign in to comment.