-
Notifications
You must be signed in to change notification settings - Fork 12
Inputfield value empty on mondays #13
Comments
Maybe it has to do something with the Redmine setting : Other than this I don't have any specific idea, but if the settings are different (we use Monday), I can experiment a little locally. |
wow this was fast! |
I don't have any other ideas right now... I'm gonna look at the code and I'll try to reproduce it when I have a little time (probably this evening). Is this an issue on both screens (weekly/daily) ? |
It occurs on both screens, yes. It would be great if you'd find some time. Please let me know if I can debug anything for you. |
I have done some debugging on this. When I set hours_controller.rb Line 76 to weekly_time_entries = TimeEntry.for_user(@user).spent_between(@week_start-1, @week_end) I get all Issues, included monday, when I leave @week-start without -1, Monday is missing, whatever I do within the calendar settings. Everything else seems to work well with @week-start-1. I am no ruby programmer, I don't know the possible side effects, perhaps you could investigate it a bit further. I'd be grateful. |
Ah, now I think I have some ideas for where to look. Thanks for your time spent debugging :) |
Just curious, any news on the refactoring? |
My laptop died, it's under repair right now :S On 8 November 2013 09:09, samimussbach [email protected] wrote:
|
Redmine: 2.3.2.stable.12117
Redmine_hours: current git:redmine2
We have a quite weird issue with this plugin.
Whenever we submit times via redmine_hours into a monday textfield (first column) it is saved but not displayed in redmine_hours. In the work_time plugin we can see, that the values are saved, but the doesn't show up in the form fields.
Any idea how I could debug this? I am familiar with programming but not with ruby.
Thank you
The text was updated successfully, but these errors were encountered: