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
Build and Publish Docker Container / build (push) Successful in 5m49s
This commit is contained in:
@@ -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? %>
|
||||
|
||||
Reference in New Issue
Block a user