Skip to content

Commit

Permalink
Fix duplicate service sets on clone service
Browse files Browse the repository at this point in the history
fixes #2671
  • Loading branch information
moreamazingnick authored and Thomas-Gelf committed Jul 31, 2023
1 parent 6e49615 commit f3455c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/forms/IcingaCloneObjectForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ protected function enumServiceSets()
return $db->fetchPairs(
$db->select()
->from('icinga_service_set', ['id', 'object_name'])
->where('object_type = ?','template')
->order('object_name')
);
}
Expand Down

0 comments on commit f3455c1

Please sign in to comment.