Skip to content

Commit

Permalink
Fixed checked date #3038
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjepard authored and hmiguim committed Jan 22, 2024
1 parent b42b40e commit 71d5333
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import java.util.List;
import java.util.Set;

import com.google.gwt.user.client.History;
import org.roda.core.data.common.RodaConstants;
import org.roda.core.data.exceptions.IsStillUpdatingException;
import org.roda.core.data.v2.index.filter.Filter;
Expand Down Expand Up @@ -369,6 +370,7 @@ public void onFailure(Throwable caught) {
public void onSuccess(Void result) {
Toast.showInfo(messages.dialogRefresh(), messages.updatedFilesUnderFolder());
doActionCallbackUpdated();
History.fireCurrentHistoryState();
}
});
}
Expand Down

0 comments on commit 71d5333

Please sign in to comment.