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

Fix exception when removing an entry from the selected group #11624

Merged
merged 4 commits into from
Aug 18, 2024
Merged

Conversation

LoayGhreeb
Copy link
Collaborator

Follow-up to #11510.
Fix exception is thrown when removing an entry from the selected group with groups filter mode enabled.

[JavaFX Application Thread] org.jabref.gui.util.FilteredListProxy.refilterListReflection()
WARN: Could not refilter list: java.lang.NoSuchMethodException: javafx.collections.ObservableListBase.nextRemove(int,org.jabref.gui.maintable.BibEntryTableViewModel)

Mandatory checks

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

Could not refilter list: `java.lang.NoSuchMethodException: javafx.collections.ObservableListBase.nextRemove(int,org.jabref.gui.maintable.BibEntryTableViewModel)`
Siedlerchr
Siedlerchr previously approved these changes Aug 14, 2024
Copy link
Contributor

github-actions bot commented Aug 16, 2024

The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build.

@koppor koppor added this pull request to the merge queue Aug 18, 2024
Merged via the queue into main with commit 3bc257d Aug 18, 2024
21 checks passed
@koppor koppor deleted the fixReflection branch August 18, 2024 22:47
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.

4 participants