Skip to content

Commit

Permalink
Update internal state of DatabaseChangeMonitor when external changes … (
Browse files Browse the repository at this point in the history
#3503)

* Update internal state of DatabaseChangeMonitor when external changes are resolved

* Change method name back to markAsSaved
  • Loading branch information
lenhard authored Dec 13, 2017
1 parent 47226fd commit 21c7ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- We fixed an issue where double clicking on an entry in the integrity check dialog resulted in an exception [#3485](https://github.com/JabRef/jabref/issues/3485)
- We fixed an issue where the entry type could sometimes not be changed when the entry editor was open [#3435](https://github.com/JabRef/jabref/issues/3435)
- We fixed an issue where dropping a pdf on the entry table and renaming it triggered an exception [#3490](https://github.com/JabRef/jabref/issues/3490)
- We fixed an issue where integrating external changes to a bib file caused instability [#3498](https://github.com/JabRef/jabref/issues/3498)
- We fixed an issue where fetched entries from the ACM fetcher could not be imported [#3500](https://github.com/JabRef/jabref/issues/3500)

### Removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public boolean hasBeenModifiedExternally() {

public void markExternalChangesAsResolved() {
updatedExternally = false;
markAsSaved();
}

public void markAsSaved() {
Expand Down

0 comments on commit 21c7ba7

Please sign in to comment.