From 0f2e8609b3bc1c6f4331e8f1408292e0bd1692fa Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Mon, 17 Jun 2024 00:40:40 +1200 Subject: [PATCH] Show the full message to curators at top of page Refs pombase/canto#2836 --- lib/Canto/Controller/Curs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Canto/Controller/Curs.pm b/lib/Canto/Controller/Curs.pm index 4d836343d..d08a696ee 100644 --- a/lib/Canto/Controller/Curs.pm +++ b/lib/Canto/Controller/Curs.pm @@ -261,7 +261,7 @@ sub top : Chained('/') PathPart('curs') CaptureArgs(1) if ($st->{current_user_is_admin} && ($state eq NEEDS_APPROVAL || $state eq APPROVAL_IN_PROGRESS || $state eq APPROVED) && defined $message_to_curators && $message_to_curators !~ /^\s*$/) { - push @{$st->{notice}}, qq|This session has a message to curators|; + push @{$st->{notice}}, qq|This session has a message to curators: $message_to_curators|; } if ($config->{canto_offline} && !$st->{read_only_curs} &&