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

adjustments missing callback action bug fix #323

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

rahul2103
Copy link
Contributor

Error logs

Screenshot 2024-07-31 at 1 04 10 PM

AbstractController::ActionNotFound (The toggle_state action could not be found for the :load_resource
callback on Spree::Admin::AdjustmentsController, but it is listed in the controller's
:only option.

Raising for missing callback actions is a new default in Rails 7.1, if you'd
like to turn this off you can delete the option from the environment configurations
or set `config.action_controller.raise_on_missing_callback_actions` to `false`.
):
Copy link
Member

@damianlegawiec damianlegawiec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rahul2103 👍

@damianlegawiec damianlegawiec merged commit afae277 into spree:main Jul 31, 2024
3 of 5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants