Skip to content

Commit

Permalink
display selected year in calendar search title; fixes #26708
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhaul committed Jan 28, 2025
1 parent 8731223 commit d29bd85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- SEARCH CALENDAR TITLE -->
<div class="search-calendar__title">
<h1>
<h:outputText value="#{msg.searchCalendar}" />
<h:outputText value="#{msg.searchCalendar} #{calendarBean.currentYear != null ? calendarBean.currentYear.name : ''}" />
</h1>
</div>

Expand Down

0 comments on commit d29bd85

Please sign in to comment.