-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Migrate library fields after confirmation. Store selected migration preference inside library #10370
Comments
As far as I remember, the decision to automatically migrate |
Code:
and
|
Implementation hints were given at #3658 (comment). Follow-up at #3733. |
Code merging the fields at org.jabref.migrations.MergeReviewIntoCommentMigration. |
Code is in private static final List<GUIPostOpenAction> POST_OPEN_ACTIONS = List.of(
// Migrations:
// Warning for migrating the Review into the Comment field
new MergeReviewIntoCommentAction(), |
I claim: If one opens a .bib file with JabRef, save it and close it, the file is not modified
However, JabRef migrates the field
review
tocomment
without any user information. This should not happen.Proposal:
pdf
field)Note on 1: A list of migrations to be performed would be nice. The user can then add and remove migrations on demand.
Links:
review
tocomment
ifreview
is a customized field. Long explanation at Rename the Review Tab into Comments Tab #3658 (comment) (not chosen as I really opt for transparency)The text was updated successfully, but these errors were encountered: