Skip to content

Commit

Permalink
Fix copy handler for copy variants
Browse files Browse the repository at this point in the history
  • Loading branch information
e-spin committed Feb 26, 2024
1 parent c337d1b commit 28deadc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Data/DataProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of contao-community-alliance/dc-general.
*
* (c) 2013-2019 Contao Community Alliance.
* (c) 2013-2024 Contao Community Alliance.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -17,7 +17,8 @@
* @author Andreas Isaak <[email protected]>
* @author Patrick Kahl <[email protected]>
* @author Sven Baumann <[email protected]>
* @copyright 2013-2019 Contao Community Alliance.
* @author Ingolf Steinhardt <[email protected]>
* @copyright 2013-2024 Contao Community Alliance.
* @license https://github.com/contao-community-alliance/dc-general/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/
Expand Down Expand Up @@ -225,7 +226,7 @@ public function resetFallback($field);
*
* @param string $field The field in which to test.
* @param mixed $new The value about to be saved.
* @param int $primaryId The (optional) id of the item currently in scope - pass null for new items.
* @param mixed $primaryId The (optional) id of the item currently in scope - pass null for new items.
*
* Documentation:
* Evaluation - unique => If true the field value cannot be saved if it exists already.
Expand Down

0 comments on commit 28deadc

Please sign in to comment.