Commit 38aff687 authored by Romain Courteaud's avatar Romain Courteaud

Do not return destroyed instances

parent 5390d200
......@@ -601,6 +601,7 @@ class StatusPublisher(GenericPublisher):
def __status_list(self):
kw = dict(
portal_type=('Computer', 'Software Instance'),
validation_state="validated",
)
d = {"list": []}
a = d['list'].append
......
20
\ No newline at end of file
21
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment