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 entries export to use correct model, blueprint column, and set ID when exporting UUIDs #362

Merged
merged 3 commits into from
Oct 5, 2024

Conversation

ryanmitchell
Copy link
Contributor

This PR updates the export entries logic to use the model specified in the config, rather than forcing a numeric ID based model. This allows us to check if its a UUID model and if so also to export out IDs.

@lokmanm this is what I was meaning.

Closes #361

@lokmanm
Copy link

lokmanm commented Oct 4, 2024

@ryanmitchell yes, that does it!

Thanks!

@ryanmitchell ryanmitchell changed the title Update export to use correct model, and set ID when exporting UUIDs Update entries export to use correct model, blueprint column, and set ID when exporting UUIDs Oct 5, 2024
@ryanmitchell ryanmitchell changed the title Update entries export to use correct model, blueprint column, and set ID when exporting UUIDs Fix entries export to use correct model, blueprint column, and set ID when exporting UUIDs Oct 5, 2024
@ryanmitchell ryanmitchell merged commit e74e58d into statamic:master Oct 5, 2024
11 checks passed
@ryanmitchell ryanmitchell deleted the fix/issue-361 branch October 5, 2024 14:30
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.

Exporting Entries creates new IDs
2 participants