mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-01 22:14:32 +02:00
Implement Regex on SQLite platform using a callback to PHP.
This commit is contained in:
parent
3dde40b91d
commit
0bc9d8cba1
2 changed files with 40 additions and 2 deletions
|
@ -84,8 +84,6 @@ class HomepageController extends AbstractController
|
|||
*/
|
||||
public function homepage(Request $request, GitVersionInfo $versionInfo): Response
|
||||
{
|
||||
throw new \RuntimeException("Test");
|
||||
|
||||
if ($this->isGranted('@tools.lastActivity')) {
|
||||
$table = $this->dataTable->createFromType(
|
||||
LogDataTable::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue