IcingaCommandArgument: allow to change type

fixes #1640
This commit is contained in:
Thomas Gelf 2018-10-30 18:20:08 +01:00
parent 53dd596170
commit 46d3800014
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ master (will be 1.6.0)
### User Interface
* FIX: link startup log warning even for non-standard package names (#1633)
* FIX: changing an argument type from String to DSL didn't work (#1640)
* FEATURE: allow to filter templates by usage (#1339)
* FEATURE: allow to show SQL used for template tables
* FEATURE: allow to defined Service Groups for Set members and for Services

View File

@ -153,7 +153,6 @@ class IcingaCommandArgument extends IcingaObject
);
unset($plain->id);
unset($plain->argument_format);
return $plain;
}