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

Added an ID attribute to Entry exported yaml data for importing its data #1029

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

userlocalhost
Copy link
Member

This is necessary when import Entries using data that is exported from AirOne,
because previous implementation doesn't write Entry-ID attribute to export data.
Import processing couldn't understand which Entry is updated Entry or new created one.

This commit fixed that processing by adding Entry ID to export data.

This is necessary when import Entries using data that is exported from AirOne,
because previous implementation doesn't write Entry-ID attribute to export data.
Import processing couldn't understand which Entry is updated Entry or new created one.

This commit fixed that processing by adding Entry ID to export data.
Copy link
Contributor

@hinashi hinashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

I confirmed that the export data entry ID was added.
It seems that not using the entry ID when importing. Will this be addressed in another PR?

@userlocalhost
Copy link
Member Author

It seems that not using the entry ID when importing. Will this be addressed in another PR?

Thank you very much for deeply checking this PR!!
I got it. I'll do it in this PR not to forget it.

@userlocalhost userlocalhost marked this pull request as draft January 11, 2024 05:18
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.

2 participants