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 for PHP entity default values generated by EntityGenerator #853

Closed
wants to merge 1 commit into from
Closed

Fix for PHP entity default values generated by EntityGenerator #853

wants to merge 1 commit into from

Conversation

patrickkostjens
Copy link

When specifying a default value for a column in the YAML, this value should be set in the entities that are generated by the EntityGenerator. The EntityGenerator looked for the default value in the wrong place of the field mapping and therefore defaults were never set. This issue has been fixed in this branch.

…P entities generated by the EntityGenerator.
@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DDC-2809

We use Jira to track the state of pull requests and the versions they got
included in.

@patrickkostjens
Copy link
Author

This problem was apparently caused by something local, since it breaks the tests here.

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

Successfully merging this pull request may close these issues.

None yet

2 participants