Skip to content

Commit f983d03

Browse files
authored
Merge pull request #109 from naralabs/bug/Remarks-not-displayed
Remarks in analyses (manage results) are not displayed
2 parents 1666d2b + fd6b66c commit f983d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bika/lims/browser/templates/bika_listing_table_items.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Table cells for each column from in review_state's column list.
421421
<!-- Row Remarks field (for Analyses) -->
422422
<tal:remarks_condition
423423
tal:define="remarksenabled python:view.context.bika_setup.getEnableAnalysisRemarks();
424-
isanalysis python:'obj' in item and item['obj'].portal_type == 'Analysis';
424+
isanalysis python:'obj' in item and item['obj'].meta_type in ['Analysis', 'DuplicateAnalysis', 'ReferenceAnalysis'];
425425
hasremarks python:True if item.get('Remarks','') else False;
426426
remarksedit python: remarksenabled and 'Remarks' in item.get('allow_edit',[]);
427427
isforaggregatedlist python: True if review_state_id=='to_be_verified' else False;

0 commit comments

Comments
 (0)