Skip to content
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

Closed
wants to merge 12 commits into from

Conversation

abozhinov
Copy link
Contributor

No description provided.

@ksn135
Copy link
Contributor

ksn135 commented Feb 18, 2023

#5641

@@ -99,6 +99,12 @@ public function processFields(EntityDto $entityDto, FieldCollection $fields): vo

$configurator->configure($fieldDto, $entityDto, $context);
}

Copy link
Collaborator

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.

Copy link
Contributor Author

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.

@javiereguiluz javiereguiluz added this to the 4.x milestone May 1, 2023
@javiereguiluz
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants