Project

General

Profile

Defect #44218 ยป fix_time_log_block.patch

Mateus Anacleto, 2026-06-26 14:31

View differences:

app/views/issues/_edit.html.erb
9 9
        </div>
10 10
        </fieldset>
11 11
    <% end %>
12
    <% if @issue.time_loggable? %>
12
    <% if @issue.time_loggable? || (!@issue.was_closed? && @issue.errors.any?) %>
13 13
        <fieldset class="tabular" id="log_time"><legend><%= l(:button_log_time) %></legend>
14 14
        <%= labelled_fields_for :time_entry, @time_entry do |time_entry| %>
15 15
        <div class="splitcontent">
    (1-1/1)