Skip to content

Commit 0b7641e

Browse files
committed
Ensure field parent is set correctly
1 parent 6001f9f commit 0b7641e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/CP/Collections/ExtractsFromEntryFields.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function extractFromFields($entry, $blueprint)
3131
}
3232

3333
$fields = $blueprint
34+
->setParent($entry)
3435
->fields()
3536
->addValues($values)
3637
->preProcess();

0 commit comments

Comments
 (0)