start/stop tracking: issue context menu entry

This commit is contained in:
Jens Kraemer
2021-10-05 10:27:09 +08:00
parent 033e1739d2
commit 78e47f5b75
4 changed files with 34 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
<% if @started_time_entry %>
contextMenuHide();
window.stopwatch.timerStarted(
<%= raw Stopwatch::Timer.new(User.current).to_json %>
);

View File

@@ -1,3 +1,4 @@
contextMenuHide();
window.stopwatch.updateStartStopLink(
'#stopwatch_stop_timer_<%= @issue.id %>',
'<%= j Stopwatch::IssueLinks.new(@issue).start_timer %>'