eyp / redmine_spent_time

Redmine plugin that improves the spent time functionality.
Other
57 stars 39 forks source link

date is no longer reset to today when changing project on time entry #118

Closed karstenmtr closed 3 years ago

karstenmtr commented 3 years ago

The currently set date is added to the parameters send when changing the project in the select list in spent_time_helpers.rb.

This value is used in _fields_for_new_entry_form.html.erb as the value for the newly shown datefield after changing the project. If not present, the value defaults to todays date.