Activity log for bug #1511086

Date Who What changed Old value New value Message
2015-10-28 19:23:54 Greg Hill bug added bug
2015-10-28 19:26:58 Greg Hill description We have need to get at the flowdetails 'meta' field from objects that only have access to engine.storage. We *can* do engine.storage._flowdetail.meta to get it, but relying on a private attribute seems problematic. I propose that the Storage object should expose the underlying flowdetails object as a public attribute. @property def flowdetails(self): return self._flowdetails We have need to get at the flowdetails 'meta' field from objects that only have access to engine.storage. We *can* do engine.storage._flowdetail.meta to get it, but relying on a private attribute seems problematic. I propose that the Storage object should expose the underlying flowdetail object as a public attribute. @property def flowdetail(self):     return self._flowdetail
2015-11-17 14:43:20 Greg Hill taskflow: status New In Progress
2015-11-17 14:43:30 Greg Hill taskflow: assignee Greg Hill (greg-hill)
2016-03-04 01:51:26 Davanum Srinivas (DIMS) taskflow: status In Progress Confirmed