Skip to content

Commit

Permalink
Update time tracker permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
CuddlyBunion341 committed Oct 9, 2024
1 parent 3165346 commit 946e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
permission :manage_timer_sessions, {
timer_sessions: %i[index create continue update edit patch
destroy report time_error report time_error rebalance],
time_tracker: %i[start stop update]
time_tracker: %i[create start stop update]
}, require: :loggedin

permission :index_timer_sessions, {
Expand Down

0 comments on commit 946e705

Please sign in to comment.