mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
parent
62c020171a
commit
32b71c922c
@ -114,6 +114,13 @@ class IcingaCloneObjectForm extends DirectorForm
|
||||
$new->set('object_type', 'object');
|
||||
}
|
||||
|
||||
if ($set = $this->getValue('target_service_set')) {
|
||||
$new->set(
|
||||
'service_set_id',
|
||||
IcingaServiceSet::loadWithAutoIncId((int) $set, $connection)->get('id')
|
||||
);
|
||||
}
|
||||
|
||||
$services = [];
|
||||
$sets = [];
|
||||
if ($object instanceof IcingaHost) {
|
||||
|
@ -20,6 +20,7 @@ before switching to a new version.
|
||||
* FIX: Loop detection works again (#1631)
|
||||
* FIX: Snapshots for Baskets with Dependencies are now possible (#1739)
|
||||
* FIX: Commands snapshots now carry fields in your Basket (#1747)
|
||||
* FIX: Cloning services from one Set to another one no longer fails (#1758)
|
||||
* FEATURE: Add TimePeriod support to Configuration Baskets (#1735)
|
||||
* FEATURE: RO users could want to see where a configured service originated (#1785)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user