Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
3b5e455f
by Tony Chemit at 2022-04-16T11:23:39+02:00
1 changed file:
Changes:
| ... | ... | @@ -44,7 +44,7 @@ public abstract class UseConfigurationSupport<U extends ConfigSupport> extends C |
| 44 | 44 | private static final Logger log = LogManager.getLogger(UseConfigurationSupport.class);
|
| 45 | 45 | |
| 46 | 46 | public UseConfigurationSupport(String name, String label) {
|
| 47 | - super(name, label, n("observe.ui.tree.action.configure.tip"), null, null);
|
|
| 47 | + super(name, label, label, null, null);
|
|
| 48 | 48 | }
|
| 49 | 49 | |
| 50 | 50 | public abstract void toModel(U ui);
|