Defect #20609
closedDouble click on send/save in time tracking results in double entries
0%
Description
Hello,
In our redmine we have an issue with adding entries to the time tracking. As we use it in german language I can not give you the exact names. In a ticket and in time tracking directly, a double click on send/save results in double entries. Is that a known issue? How can this be fixed?
I added screenshots of the form and the result when save ist double clicked.
And as the first two screenshots are out of a plugin I added two from adding time in a ticket.
Please let me know in case you need more information!
Our system info:
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.3
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Application root /srv/redmine-1.3
Environment production
Database adapter mysql
Database schema version 20110902000000
About your Redmine plugins
Stuff To Do Plugin 0.4.0
Redmine Carousel plugin 1.0.1
Timesheet Plugin 0.6.0
Redmine Time Tracker plugin 0.4
Bulk Time Entry 0.5.0
PS: Same issue in current versions of redmine, tested with version 2.6
Files
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Resolution set to Fixed
I think the double-entry issue never happens in Redmine 4.0.0 or later because a submit button is immediately disabled as soon as it is clicked.
This is the default behavior of Rails 5. See https://github.com/rails/rails/pull/21135 for details.