Upgrade to decidim-bulletin_board 0.15.2#7659
Merged
Conversation
leio10
previously approved these changes
Mar 22, 2021
Contributor
leio10
left a comment
There was a problem hiding this comment.
Another awesome work!! 🔝 👏
|
|
||
| raise StandardError, "Wrong status for the election with published results" if bb_election.status != "results_published" | ||
| bulletin_board.publish_results(election.id) do |message_id| | ||
| create_election_action(message_id) |
Contributor
There was a problem hiding this comment.
Thanks for taking care of this! ❤️ 🤩
158a700
Contributor
|
@beagleknight tests are failing! |
Contributor
|
@mrcasals tests are passing now, so this is ready to be reviewed! 💪 |
mrcasals
approved these changes
Mar 24, 2021
entantoencuanto
added a commit
that referenced
this pull request
Mar 26, 2021
* develop: (64 commits) Fix report mailers when author is a meeting (#7683) New Crowdin updates (#7729) Fix form builder assuming proposals module availability (#7689) Fix a series of issues with proposal attachments in the public area (#7699) New Crowdin updates (#7711) Add accessibility labels to the <nav> menus (#7709) Fix heading order on the home page (#7710) Fix dropdown menu accessibility audits (#7708) Fix the aria attribute names (no aria prefix) (#7707) Fix validations for registration related fields in Conference form (#7675) New Crowdin updates (#7613) Use comments counter cache instead of additional query (#7627) Upgrade to decidim-bulletin_board 0.15.2 (#7659) Bump mimemagic to 0.3.6 (#7701) Ensure pagination elements per page is a valid option (#7680) Fix link to "Getting started guide" in README.adoc (#7695) Fix link to CONTRIBUTING.adoc in PR template (#7696) Fix the screen reader class name for comments opinion toggle (#7698) Fix initiative-m card hashtags (#7679) Don't run all jobs on every PR (#7693) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
This upgrades
decidim-electionsto use the latest version of the released gems related to the bulletin board.As mentioned in the code both
voting_schemes-dummyandvoting_schemes-electionguardwill be moved outside of the decidim codebase in a future release.