Skip to content

Manage fieldnames and content regression #8970

@Siedlerchr

Description

@Siedlerchr

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:

  1. Add two entries
@Article{x1,
  a = {1},
  b = {2},
}
@Article{x2,
  b = {3},
}
  1. Select both entries
  2. Go to two fields tab
  3. From a, To b; Enable Overwrite non empty fields; Press copy 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

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions