Skip to content

Commit

Permalink
Show the full message to curators at top of page
Browse files Browse the repository at this point in the history
Refs #2836
  • Loading branch information
kimrutherford committed Jun 16, 2024
1 parent 73b0dcc commit 0f2e860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Canto/Controller/Curs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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} &&
Expand Down

0 comments on commit 0f2e860

Please sign in to comment.