Skip to content

Fix: Prevent duplicate custom entry type names (#15074)#16

Open
OmPatel1493 wants to merge 1 commit into
mainfrom
fix-duplicate-entry-types-15074
Open

Fix: Prevent duplicate custom entry type names (#15074)#16
OmPatel1493 wants to merge 1 commit into
mainfrom
fix-duplicate-entry-types-15074

Conversation

@OmPatel1493

Copy link
Copy Markdown
Collaborator
  • Add validation to check if entry type name already exists
  • Disable add button when duplicate name is entered
  • Implement case-insensitive name comparison

Fixes JabRef#15074

Related issues and pull requests

Closes _____

PR Description

Steps to test

Checklist

  • I own the copyright of the code submitted and I license it under the MIT license
  • [.] I manually tested my changes in running JabRef (always required)
  • [.] I added JUnit tests for changes (if applicable)
  • [.] I added screenshots in the PR description (if change is visible to the user)
  • [.] I added a screenshot in the PR description showing a library with a single entry with me as author and as title the issue number
  • [.] I described the change in CHANGELOG.md in a way that can be understood by the average user (if change is visible to the user)
  • [.] I checked the user documentation for up to dateness and submitted a pull request to our user documentation repository

- Add validation to check if entry type name already exists
- Disable add button when duplicate name is entered
- Implement case-insensitive name comparison

Fixes JabRef#15074
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Saving custom entry type with same name overwrites existing entry type

1 participant