Skip to content
Snippets Groups Projects
Commit 198f9622 authored by Mikael Meulle's avatar Mikael Meulle Committed by Pierre Dureau
Browse files

Issue #3514800 by just_like_good_vibes: Missing values from props form when...

Issue #3514800 by just_like_good_vibes: Missing values from props form when component form is embedded
parent c5fe26eb
Branches
Tags
1 merge request!356Issue #3514800 by just_like_good_vibes: missing values from props form when component form is embedded
Pipeline #454999 passed
......@@ -58,6 +58,9 @@ class ComponentPropsForm extends ComponentFormBase {
'#process' => [
[$class, 'buildForm'],
],
'#after_build' => [
[$class, 'afterBuild'],
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment