Allow for scraping toggl entries for specific courses only, change default to be active courses and add a new action to allow manual re-scraping in the case of errors.
Build and Publish Docker Container / build (push) Successful in 5m49s

This commit is contained in:
2024-02-07 10:08:01 +00:00
parent 52d11a41ab
commit 351694df12
5 changed files with 21 additions and 3 deletions
+6
View File
@@ -9,3 +9,9 @@
[namespace, page.resource, :fill_in_default_live_video_url],
class: "button",
) if accessible_action?(page.resource, :fill_in_default_live_video_url) && page.resource.default_live_video_url.present? %>
<%= link_to(
"Redo Toggl entries",
[namespace, page.resource, :redo_toggl_entries],
class: "button",
) if accessible_action?(page.resource, :redo_toggl_entries) && page.resource.default_live_video_url.present? %>