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

[4.x] Fix date field not populating with current date, revert prevention of ensuring fields if they already exist #9094

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

jasonvarga
Copy link
Member

This reverts #8926.
I noticed that when you create an entry, the date field is no longer pre-filled with the current date if you have a date field in your blueprint.
This is because we wouldn't merge ['default' => 'now'] into the config due to #8926.

I was ready to go ahead and re-fix #2743, but it looks like the issue isn't there anyway. You can make the slug field unlocalizable just fine.

@jasonvarga jasonvarga changed the title [4.x] Revert prevention of ensuring fields if they already exist [4.x] Fix date field not populating with current date Nov 30, 2023
@jasonvarga jasonvarga changed the title [4.x] Fix date field not populating with current date [4.x] Fix date field not populating with current date, revert prevention of ensuring fields if they already exist Nov 30, 2023
@jasonvarga jasonvarga merged commit 3757201 into 4.x Nov 30, 2023
38 checks passed
@jasonvarga jasonvarga deleted the create-date-not-showing-now branch November 30, 2023 16:26
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.

Unable to unlocalize slug in the blueprint builder
1 participant