Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from naralabs/bug/NMRL-315-ws-not-displaying-a…
Browse files Browse the repository at this point in the history
…nalyses

NMRL-315 Worksheets not displaying analysis after upgrading
  • Loading branch information
xispa authored Jun 15, 2017
2 parents e92e17f + dc05448 commit 3ea1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bika/health/browser/worksheet/manageresults.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ManageResultsView(BaseView):
def __call__(self):
workflow = getToolByName(self.context, 'portal_workflow')
# If there's analyses that exceed panic levels, show an alert message
analyses = self.context.getAnalyses()
analyses = self._getAnalyses()
for obj in analyses:
obj = obj.getObject() if hasattr(obj, 'getObject') else obj
astate = workflow.getInfoFor(obj, 'review_state')
Expand Down

0 comments on commit 3ea1b71

Please sign in to comment.