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

Do not return destroyed instances

parent 5390d200
...@@ -601,6 +601,7 @@ class StatusPublisher(GenericPublisher): ...@@ -601,6 +601,7 @@ class StatusPublisher(GenericPublisher):
def __status_list(self): def __status_list(self):
kw = dict( kw = dict(
portal_type=('Computer', 'Software Instance'), portal_type=('Computer', 'Software Instance'),
validation_state="validated",
) )
d = {"list": []} d = {"list": []}
a = d['list'].append a = d['list'].append
......
20 21
\ No newline at end of file \ 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