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 4, 2023
1 parent c717d9e commit 11e792b
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 11e792b

Please sign in to comment.