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

Missing Files in app/controllers/paginable/ (research_outputs_controller.rb and api_clients_controller.rb) #3464

Open
aaronskiba opened this issue Oct 29, 2024 · 0 comments

Comments

@aaronskiba
Copy link
Contributor

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

  • v4.2.0

Expected behaviour:

  • The paths /super_admin/api_clients and /plans/:id/research_outputs both have clickable pagination options (e.g. page selection, "Next", "Last" or "View All"). We'd expect these pagination options to work.

Actual behaviour:

  • Using api_clients as an example, the following error is thrown when a user clicks "View All" (or any other pagination option):
Started GET "/paginable/api_clients/index/ALL" for 127.0.0.1 at 2024-10-29 11:28:09 -0600

ActionController::RoutingError - uninitialized constant Paginable::ApiClientsController
            candidate = constant.const_get(name)
                                ^^^^^^^^^^
Did you mean?  ApplicationController
            raise MissingController.new(error.message, error.name)
            ^^^^^:

(The same sort of error is encountered via the research_outputs page)

Diagnosis:

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

1 participant