Skip to content

Commit

Permalink
correct trad key link in method
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Nov 12, 2024
1 parent 1e9bf1a commit d9dbd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands/decidim/proposals/publish_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def send_notification

def send_publication_notification
Decidim::EventsManager.publish(
event: "decidim.events.proposals.proposal_published_event",
event: "decidim.events.proposals.author_confirmation_proposal_event",
event_class: Decidim::Proposals::AuthorConfirmationProposalEvent,
resource: @proposal,
affected_users: [@proposal.creator_identity],
Expand Down

0 comments on commit d9dbd33

Please sign in to comment.