NFDI4Energy / NFDI4Energy/SMECS
Persons table merge loses `Affiliation` and `Roles`
- Dominant language
- Python
- Stars
- 13
- Forks
- 1
- Avg merge
- 22h 24m
- Merged PRs (30d)
- 1
Description
When merging two rows in the Persons table, the affiliation information is lost. Additionally, the roles are not merged correctly in terms of roles.
For example:
Row 1 has the roles Contributor and Author.
Row 2 has the roles Author and Maintainer.
(pointing to one single person)
After merging, all three roles (Contributor, Author, and Maintainer) should remain selected. However, the roles are currently not merged correctly.
Please address this bug and check for additional scenarios to ensure that all relevant information is preserved correctly when merging rows.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.