-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
Same error here. I was just updating the decidim-awesome module. For some reason here it tries to load |
I just had this problem again and it was necessary to temporarily change Line 11 to:
That was necessary to be able to install migrations which I think fixed the problem. |
Thanks @arusa for your work-arounds! |
hi guys! right now we are quite busy and we don't have a budget for the awesome. can you send us the fix or if you have a budget, we'll look at it! hugs to you all |
NameError: uninitialized constant Decidim::DecidimAwesome::Admin::UpdateProposalOverride See issue decidim-ice#324
@paarals I created a PR with the change that fixed the problem now for me now for the third time ;-) |
NameError: uninitialized constant Decidim::DecidimAwesome::Admin::UpdateProposalOverride See issue #324
Describe the bug
Upgrading from 0.27.x -> 0.28.x using 0.11.1 of
decidim-awesome
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
decidim:upgrade
works.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: