mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.31.2008 24282c49b396fdf33ea049fa97c642904b63b20f
Fix for issue 3611 (control panel : exception raised when refreshing backups dir)

Notify the listeners by calling fireTableDataChanged when the model is updated.
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java
@@ -420,6 +420,7 @@
          }
          else
          {
            model.fireTableDataChanged();
            lRefreshingList.setText(NO_BACKUPS_FOUND.toString());
          }
          errorPane.setVisible(false);
@@ -430,6 +431,7 @@
        }
        else
        {
          model.fireTableDataChanged();
          boolean displayError = true;
          if (t instanceof OpenDsException)
          {