Tony CHEMIT pushed to branch develop-9 at ultreiaio / ird-observe
Commits:
-
839b69ee
by Tony Chemit at 2021-05-19T14:35:10+02:00
1 changed file:
Changes:
| ... | ... | @@ -63,7 +63,8 @@ public abstract class NavigationConfigUIToggleShowActionSupport extends Navigati |
| 63 | 63 |
log.info(String.format("Reject action: %s since could not clear navigation selection.", this));
|
| 64 | 64 |
return;
|
| 65 | 65 |
}
|
| 66 |
- clientUIContext.getActionExecutor().addAction("Reload navigation tree", () -> updateNavigationTree(clientUIContext, ui, selectedNode));
|
|
| 66 |
+ clientUIContext.addSimpleAction("Reload navigation tree", () -> updateNavigationTree(clientUIContext, ui, selectedNode));
|
|
| 67 |
+// clientUIContext.getActionExecutor().addAction("Reload navigation tree", () -> updateNavigationTree(clientUIContext, ui, selectedNode));
|
|
| 67 | 68 |
}
|
| 68 | 69 |
|
| 69 | 70 |
private void updateNavigationTree(ClientUIContext clientUIContext, NavigationUI ui, NavigationNode selectedNode) {
|