trove/releasenotes/notes/fix-module-apply-after-remove-97c84c30fb320a46.yaml
Peter Stachowski 0c506cb404 Fixed module-apply on removed module
If you apply a module, remove it and then apply it again it would
no longer show up in the module-query command. This has been fixed
and corresponding tests added to the module scenario run.

Also added missing 'object' to ModuleManager class

Change-Id: I3302a2547cf88f1da1ba4abca6617981572782d4
Closes-Bug: #1571799
2016-05-12 17:19:53 -04:00

6 lines
146 B
YAML

---
fixes:
- Fixed issue where module-apply after module-remove
caused module-query to skip reporting on that
module. Bug 1571799