diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-17 08:02:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-17 08:02:01 +0000 |
commit | e2d12eeb8197ecc2a12ca31b8cc6a400bf69dffe (patch) | |
tree | d1bf6f9bf7f7922f86c5cffd0c4af83197821061 /app | |
parent | 1559dda8335e19c0624b3fa42b913f859afd808b (diff) | |
download | redmine-e2d12eeb8197ecc2a12ca31b8cc6a400bf69dffe.tar.gz redmine-e2d12eeb8197ecc2a12ca31b8cc6a400bf69dffe.zip |
Merged r20801 from trunk to 4.1-stable (#33550).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20807 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/issues/_edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index 35527773d..fa8486c54 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -21,7 +21,7 @@ </div> </div> <p><%= time_entry.text_field :comments, :size => 60 %></p> - <% @time_entry.custom_field_values.each do |value| %> + <% @time_entry.editable_custom_field_values.each do |value| %> <p><%= custom_field_tag_with_label :time_entry, value %></p> <% end %> <% end %> |