We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up issue to 9701e35 that reworked the "Manage field names and content" dialogue and introduced the "Automatic field editor" dialogue instead.
Hey, just tried this. Overall I like it! I think I already found a bug though T.T
How to reproduce:
@Article{x1, a = {1}, b = {2}, }
@Article{x2, b = {3}, }
two fields
a
b
Overwrite non empty fields
copy value
Result:
@Article{x1, a = {1}, b = {1}, }
@Article{x2, }
Expected:
Originally posted by @ThiloteE in #8892 (comment)
The text was updated successfully, but these errors were encountered:
@HoussemNasri can you please take a look?
Sorry, something went wrong.
I almost forgot about it; I'll make a follow-up pr very soon.
HoussemNasri
Successfully merging a pull request may close this issue.
Follow up issue to 9701e35 that reworked the "Manage field names and content" dialogue and introduced the "Automatic field editor" dialogue instead.
Hey, just tried this. Overall I like it! I think I already found a bug though T.T
How to reproduce:
two fields
taba
, Tob
; EnableOverwrite non empty fields
; Presscopy value
Result:
Expected:
Originally posted by @ThiloteE in #8892 (comment)
The text was updated successfully, but these errors were encountered: