Skip to content

Commit c34ef9b

Browse files
authored
[5.x] Ensure field parent is set correctly (#13305)
1 parent f3c643b commit c34ef9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)