]> source.dussan.org Git - redmine.git/commit
Adds settings to make the issue and/or comment fields mandatory for time logs (#24577).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 12 Jan 2017 23:09:18 +0000 (23:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 12 Jan 2017 23:09:18 +0000 (23:09 +0000)
commit04eefdc809b0a85ac83e6fe57f6153eeac333da1
tree1aa11a5c3ca5a1ab58bb5de709e400d7740a893c
parent82d96258f4418f567ebe5314f3d51c82d15efc8d
Adds settings to make the issue and/or comment fields mandatory for time logs (#24577).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16176 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/settings_helper.rb
app/models/time_entry.rb
app/views/settings/_timelog.html.erb [new file with mode: 0644]
app/views/timelog/_form.html.erb
config/locales/en.yml
config/locales/fr.yml
config/settings.yml
test/unit/time_entry_test.rb