Resolve worklist filters in boards

Change-Id: Iebe62d4ad7830b446ffe1c97e7d86a0e8d8cc487
This commit is contained in:
Adam Coldrick
2016-04-12 13:36:19 +00:00
parent 16157204f2
commit bbc99a55c0

View File

@@ -736,6 +736,7 @@ class Lane(base.APIBase):
"""Resolve the worklist which represents the lane."""
self.worklist = Worklist.from_db_model(lane.worklist)
self.worklist.resolve_permissions(lane.worklist)
self.worklist.resolve_filters(lane.worklist)
if resolve_items:
self.worklist.resolve_items(lane.worklist)
else: