IcingaObject: fix multi-relation rendering order
This commit is contained in:
parent
fcf62123ee
commit
8c02b1e6c5
|
@ -155,6 +155,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
|||
}
|
||||
}
|
||||
|
||||
ksort($this->loadedMultiRelations);
|
||||
return $this->loadedMultiRelations;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue