Skip to content

Commit

Permalink
Fixed issue where changes to rule operations added by the match & rep…
Browse files Browse the repository at this point in the history
…lace wizard weren't getting recognized as state changes.
  • Loading branch information
ddwightx committed Sep 11, 2024
1 parent d576f54 commit 5925e59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ private Component getOperationsList() {
protected void refreshOperationsList() {
operationsListModel.clear();
operationsListModel.addAll(getRuleOperations());
setModelChangedListeners();
}

private Component getActionBar() {
Expand Down

0 comments on commit 5925e59

Please sign in to comment.