Skip to content

Commit

Permalink
Fix uninitialized constant error with UpdateProposalOverride
Browse files Browse the repository at this point in the history
NameError: uninitialized constant Decidim::DecidimAwesome::Admin::UpdateProposalOverride

See issue decidim-ice#324
  • Loading branch information
arusa authored Feb 8, 2025
1 parent 78410a3 commit ddff15a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Proposals
# to avoid private field to be logged in PaperTrail.
module UpdateProposalOverride
extend ActiveSupport::Concern
include Admin::UpdateProposalOverride
include ::Decidim::DecidimAwesome::Proposals::Admin::UpdateProposalOverride

included do
private
Expand Down

0 comments on commit ddff15a

Please sign in to comment.