Skip to content
New issue

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

Manage fieldnames and content regression #8970

Closed
Siedlerchr opened this issue Jul 12, 2022 · 2 comments · Fixed by #8973
Closed

Manage fieldnames and content regression #8970

Siedlerchr opened this issue Jul 12, 2022 · 2 comments · Fixed by #8973
Assignees
Labels
automatic-field-editor bug Confirmed bugs or reports that are very likely to be bugs

Comments

@Siedlerchr
Copy link
Member

Siedlerchr commented Jul 12, 2022

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)

@Siedlerchr Siedlerchr changed the title Manage fieldnames and content Manage fieldnames and content regression Jul 12, 2022
@Siedlerchr
Copy link
Member Author

@HoussemNasri can you please take a look?

@HoussemNasri
Copy link
Member

I almost forgot about it; I'll make a follow-up pr very soon.

@HoussemNasri HoussemNasri self-assigned this Jul 12, 2022
@ThiloteE ThiloteE added entry-editor bug Confirmed bugs or reports that are very likely to be bugs and removed entry-editor labels Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic-field-editor bug Confirmed bugs or reports that are very likely to be bugs
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants