-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugscomponent: automatic-field-editor
Description
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:
- Add two entries
@Article{x1,
a = {1},
b = {2},
}
@Article{x2,
b = {3},
}
- Select both entries
- Go to
two fieldstab - From
a, Tob; EnableOverwrite non empty fields; Presscopy value
Result:
@Article{x1,
a = {1},
b = {1},
}
@Article{x2,
}
Expected:
@Article{x1,
a = {1},
b = {1},
}
@Article{x2,
b = {3},
}
Originally posted by @ThiloteE in #8892 (comment)
Metadata
Metadata
Assignees
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugscomponent: automatic-field-editor
Type
Projects
Status
Done