mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
time entry form fixes
- issue selection selects the project accordingly - issue / project selection updates available activities - move project / issue selector to top. more logical this way, since making a selection there may change the available activities
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
resources :stopwatch_timers, only: %i(new create edit update) do
|
||||
collection do
|
||||
get :current
|
||||
post :update_form
|
||||
end
|
||||
member do
|
||||
put :start
|
||||
|
||||
Reference in New Issue
Block a user