Skip to content

Commit

Permalink
Prevent log records from being duplicated (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 29, 2024
1 parent 3d61ddc commit 07a3b67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contao/dca/tl_terminal42_shortlink_log.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

$GLOBALS['TL_DCA']['tl_terminal42_shortlink_log'] = [
'config' => [
'ptable' => 'tl_terminal42_shortlink',
'doNotCopyRecords' => true,
],
];

0 comments on commit 07a3b67

Please sign in to comment.