Zutil change
This commit is contained in:
parent
c6d2981b12
commit
4c4d424ff7
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ public abstract class WAConfigPage extends WAPage {
|
|||
Configurator<WAConfigEntry> target = findObj(confList, id);
|
||||
switch (request.get("action")){
|
||||
case "create":
|
||||
target = new Configurator(createConfig()).applyConfiguration();
|
||||
target = new Configurator(createConfig());
|
||||
target.applyConfiguration();
|
||||
case "modify":
|
||||
target.setValues(request).applyConfiguration();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue