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:
Jens Kraemer
2021-10-05 04:30:31 +08:00
parent b4af7e0eb3
commit 317aa08365
4 changed files with 21 additions and 6 deletions

View File

@@ -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