mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-16 19:38:39 -05:00
Always work with the current session
This commit is contained in:
@@ -2586,6 +2586,7 @@ public abstract class BrowserContentPane extends javax.swing.JPanel {
|
||||
*/
|
||||
public void reloadRows(String cause) {
|
||||
if (!suppressReload) {
|
||||
session = retrieveCurrentSession();
|
||||
lastReloadTS = System.currentTimeMillis();
|
||||
cancelLoadJob(true);
|
||||
setPendingState(true, true);
|
||||
@@ -2606,6 +2607,10 @@ public abstract class BrowserContentPane extends javax.swing.JPanel {
|
||||
}
|
||||
}
|
||||
|
||||
protected Session retrieveCurrentSession() {
|
||||
return session;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reload rows from {@link #table}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user