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},
}
- Select both entries
- Go to
two fields tab
- From
a, To b; Enable Overwrite non empty fields; Press copy value
Result:
@Article{x1,
a = {1},
b = {1},
}
Expected:
@Article{x1,
a = {1},
b = {1},
}
Originally posted by @ThiloteE in #8892 (comment)
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 fieldstaba, Tob; EnableOverwrite non empty fields; Presscopy valueResult:
Expected:
Originally posted by @ThiloteE in #8892 (comment)