Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

routes.rb update needed #11

Open
muellerp11811 opened this issue Mar 16, 2025 · 1 comment
Open

routes.rb update needed #11

muellerp11811 opened this issue Mar 16, 2025 · 1 comment

Comments

@muellerp11811
Copy link

redmine: Redmine 6.0.4.stable
Redmine Time Logging App: 1.3 master(25-03-16)
docker compose: https://github.com/docker-library/redmine/tree/master/6.0/bookworm

I had to extend routes.rb to

get "time_logging_app", to: "time_logging_app#index"
get "time_logging_app/show", to: "time_logging_app#show"
get "time_logging_app/edit", to: "time_logging_app#edit"
match "time_logging_app/time_entries", to: "time_logging_app#time_entries", via: [:get, :post, :put, :delete]

get "time_logging_app/projects_and_issues", to: "time_logging_app#projects_and_issues"
get "time_logging_app/recent", to: "time_logging_app#recent"
get "time_logging_app/spent_time", to: "time_logging_app#spent_time"
get "time_logging_app/overview", to: "time_logging_app#overview"

for the plugin to run.

@jkalbhenn
Copy link
Contributor

Thanks for the report. I've updated routes.rb according to your example (e5c4161).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants