Skip to content

Commit

Permalink
Dev: cibconfig: show changed include deleted objects
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Aug 27, 2019
1 parent 45748f8 commit 2402173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crmsh/cibconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3228,6 +3228,7 @@ def filter_objects(self, filters):
continue
if spec == "changed":
obj_set |= orderedset.oset(self.modified_elems())
obj_set |= orderedset.oset(self.remove_queue)
elif spec.startswith("type:"):
obj_set |= orderedset.oset(self.get_elems_on_type(spec))
elif spec.startswith("tag:"):
Expand Down

0 comments on commit 2402173

Please sign in to comment.