diff --git a/CHANGES.rst b/CHANGES.rst index 4a1c1ef582..681a644b77 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,10 @@ Changelog **Removed** + +**Fixed** + +- #775 Analyses on Analysis Requests are hyperlinked to their Worksheets - #769 Traceback when submitting duplicate when Duplicate Variation is not set - #771 Slow Searches in Listing Views - #774 When retracting an Analysis Requests its analyses are also retracted diff --git a/bika/lims/browser/analyses.py b/bika/lims/browser/analyses.py index 59c88e3abb..a49ad2916f 100644 --- a/bika/lims/browser/analyses.py +++ b/bika/lims/browser/analyses.py @@ -1053,7 +1053,7 @@ def _folder_item_assigned_worksheet(self, analysis_brain, item): :param analysis_brain: Brain that represents an analysis :param item: analysis' dictionary counterpart that represents a row """ - if IAnalysisRequest.providedBy(self.context): + if not IAnalysisRequest.providedBy(self.context): # We want this icon to only appear if the context is an AR return