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

uninitialized constant Decidim::DecidimAwesome::Admin::UpdateProposalOverride #324

Open
decentral1se opened this issue Aug 12, 2024 · 1 comment

Comments

@decentral1se
Copy link

decentral1se commented Aug 12, 2024

Describe the bug

Upgrading from 0.27.x -> 0.28.x using 0.11.1 of decidim-awesome.

decidim@foo:~/decidim$ bin/rails decidim:upgrade
rails aborted!
NameError: uninitialized constant Decidim::DecidimAwesome::Admin::UpdateProposalOverride
/home/decidim/decidim/config/environment.rb:5:in `<main>'
Tasks: TOP => decidim:upgrade => railties:install:migrations => db:load_config => environment
(See full trace by running task with --trace)

To Reproduce
Steps to reproduce the behavior:

  1. Install decidim 0.27
  2. Upgrade to 0.28

Expected behavior

decidim:upgrade works.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS] Debian
  • Browser [e.g. chrome, safari] Vivaldi
  • Version [e.g. 22] 6.8.3381.53

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
N/A

@arusa
Copy link
Contributor

arusa commented Nov 4, 2024

Same error here. I was just updating the decidim-awesome module.

For some reason here it tries to load Decidim::DecidimAwesome::Admin::UpdateProposalOverride instead of Decidim::DecidimAwesome::Proposals::Admin::UpdateProposalOverride

https://github.com/decidim-ice/decidim-module-decidim_awesome/blob/main/app/commands/concerns/decidim/decidim_awesome/proposals/update_proposal_override.rb#L11

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