From 6f07268f880d6159be0bb56eacb20557305152b6 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 20 Nov 2024 13:09:30 +0000 Subject: [PATCH] Fix display of ContrastMethod --- omeroweb/webclient/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omeroweb/webclient/forms.py b/omeroweb/webclient/forms.py index 49e90912b2..0c16590edf 100755 --- a/omeroweb/webclient/forms.py +++ b/omeroweb/webclient/forms.py @@ -693,7 +693,7 @@ def __init__(self, *args, **kwargs): ) } ), - initial=logicalCh.getContrastMethod(), + initial=logicalCh.getContrastMethod().value, label="Contrast method", required=False, )