Skip to content

Commit 96f7202

Browse files
committed
47319: ILIAS 10/11 il_Explorer loading time is extremely long in comparison with ILIAS 9
1 parent 6f88d6c commit 96f7202

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

components/ILIAS/Repository/classes/class.ilRepositorySelectorExplorerGUI.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,14 @@ protected function isNodeSelectable($a_node): bool
309309
}
310310
return true;
311311
}
312+
313+
public function getHTML($new = false): string
314+
{
315+
// note: the repository explorers do not support the
316+
// new rendering yet, since this needs a refactoring of the underlying
317+
// classes (async handling for performance). This will be done in the legacy ui project but requires
318+
// a common strategy and funding. See also https://mantis.ilias.de/view.php?id=47319
319+
return parent::getHTML();
320+
}
321+
312322
}

0 commit comments

Comments
 (0)