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 the problem of abnormal values of item key and created at in item attributes #4421

Conversation

FengZh61
Copy link
Contributor

Fix the problem that when importing items via csv, the value of item_key is -1 and the value of created_at is null, make sure the item_key is unique, when it is -1, no abnormality is found in the process of using it to avoid unknown problems, fix it.

When copying an item, the item_key and created_at of the newly generated item still use the attributes of the copied item.

… created_at are abnormal.

Fix the problem that when importing items via csv, the value of item_key is -1 and the value of created_at is null, make sure the item_key is unique, when it is -1, no abnormality is found in the process of using it to avoid unknown problems, fix it.
…opying item.

When copying an item, the item_key and created_at of the newly generated item still use the attributes of the copied item.
Importing the values of item_key and created_at via keepass is also not as expected
@nilsteampassnet nilsteampassnet merged commit 72418c7 into nilsteampassnet:master Oct 17, 2024
2 checks passed
@FengZh61 FengZh61 deleted the Fix-the-problem-of-abnormal-values-of-item_key-and-created_at-in-item-attributes branch October 18, 2024 01:25
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.

3 participants