Skip to content

Commit

Permalink
Update PreventDuplicates.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Obert authored and mschwemer committed Sep 18, 2024
1 parent ad22bcf commit deebf6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ plugin.tx_powermail.settings.setup {
}
# turn validation on if GET/POST param with field timestamppreventduplicates exists
[traverse(request.getQueryParams(), 'tx_powermail_pi1/field/timestamppreventduplicates') > 0]
[traverse(request.getParsedBody(), 'tx_powermail_pi1/field/timestamppreventduplicates') > 0]
plugin.tx_powermail.settings.setup.validation.unique.timestamppreventduplicates = 1
[end]
```
Expand Down

0 comments on commit deebf6d

Please sign in to comment.