Skip to content

Commit

Permalink
Test: Mark Table Remove Rows Selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Oct 27, 2023
1 parent 210ca73 commit 2548a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Test/classes/class.ilMarkSchemaGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ protected function showMarkSchema(?ilPropertyFormGUI $ects_form = null): void

require_once 'Modules/Test/classes/tables/class.ilMarkSchemaTableGUI.php';
$mark_schema_table = new ilMarkSchemaTableGUI($this, 'showMarkSchema', '', $this->object);
$mark_schema_table->setShowRowsSelector(false);

if ($this->object->canEditMarks()) {
require_once 'Services/UIComponent/Button/classes/class.ilSubmitButton.php';
Expand Down

0 comments on commit 2548a44

Please sign in to comment.