Skip to content

Commit

Permalink
keep id for service apply rules in rest-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich authored and Martin Neubert committed Jan 5, 2023
1 parent 2197b1a commit 3e8847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Director/Objects/IcingaObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -2845,7 +2845,7 @@ public function toPlainObject(
$skipDefaults = false,
array $chosenProperties = null,
$resolveIds = true,
$keepId = false
$keepId = true
) {
$props = [];

Expand Down

0 comments on commit 3e8847c

Please sign in to comment.