-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ChoiceField Enum support and control field visibility inside Configurator #5640
Conversation
@@ -99,6 +99,12 @@ public function processFields(EntityDto $entityDto, FieldCollection $fields): vo | |||
|
|||
$configurator->configure($fieldDto, $entityDto, $context); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this code really needed? We have the same code a few lines above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's needed because you need to control the display option inside the configurator.
Thanks Alexandar! I'm going to merge this, but I've created a new PR (#5740) to rebase, squash commits and do other minor tweaks. Your original commit is preserved so you'll get full credit of your contribution. Thanks. |
No description provided.