Skip to content

Commit

Permalink
[BUGFIX] Fix #234: path segment field sometimes get a random numeric …
Browse files Browse the repository at this point in the history
…value
  • Loading branch information
dmitryd committed Sep 13, 2016
1 parent 353a9b8 commit a19bea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'config' => array (
'type' => 'input',
'max' => 255,
'eval' => 'trim,nospace,lower,uniqueInPid,DmitryDulepov\\Realurl\\Evaluator\\SegmentFieldCleaner'
'eval' => 'trim,nospace,lower,DmitryDulepov\\Realurl\\Evaluator\\SegmentFieldCleaner'
),
),
'tx_realurl_pathoverride' => array(
Expand Down

0 comments on commit a19bea3

Please sign in to comment.