##// END OF EJS Templates
Issue subject is not updated when you select another issue on time entry form (#24041)....
Issue subject is not updated when you select another issue on time entry form (#24041). git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14997:ed50d42210ea
r15569:2544fe6e15d4
Show More
_calendar.html.erb
6 lines | 281 B | text/plain | TextLexer
/ app / views / my / blocks / _calendar.html.erb
<h3><%= l(:label_calendar) %></h3>
<% calendar = Redmine::Helpers::Calendar.new(User.current.today, current_language, :week)
calendar.events = calendar_items(calendar.startdt, calendar.enddt) %>
<%= render :partial => 'common/calendar', :locals => {:calendar => calendar } %>