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

Update the module with the fix #79

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

simonaszilinskas
Copy link
Contributor

There is a fix here for a major bug - the filters did not update the content inside the carousel. To inspect the bug, check the staging. This should solve it. Merging it with develop will allow us to test it on the staging platform.

Copy link
Contributor

@Quentinchampenois Quentinchampenois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thanks for the PR !

I have a change request about the way to load Gems, please see the comments below

Gemfile Outdated
@@ -16,7 +16,7 @@ gem "decidim-decidim_awesome"
gem "decidim-half_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-half_sign_up", branch: DECIDIM_BRANCH
gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_BRANCH
# gem "decidim-homepage_proposals", git: "https://github.com/OpenSourcePolitics/decidim-module_homepage_proposals.git", branch: DECIDIM_BRANCH
gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", ref: "992ed0fcfa32e5b86479e706c71eb6523d61de2b"
gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", ref: "995505d587d87fbc7cccaf94822f5f2285105afb"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer to use a branch as target rather than a ref

Suggested change
gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", ref: "995505d587d87fbc7cccaf94822f5f2285105afb"
gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", branch: "<target_branch>"

Gemfile.lock Outdated
@@ -52,8 +52,8 @@ GIT

GIT
remote: https://github.com/alecslupu-pfa/decidim-module_homepage_proposals
revision: 992ed0fcfa32e5b86479e706c71eb6523d61de2b
ref: 992ed0fcfa32e5b86479e706c71eb6523d61de2b
revision: 995505d587d87fbc7cccaf94822f5f2285105afb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you can bump the revision with the target commit hash

Suggested change
revision: 995505d587d87fbc7cccaf94822f5f2285105afb
revision: 995505d587d87fbc7cccaf94822f5f2285105afb

@simonaszilinskas
Copy link
Contributor Author

Thanks for the comments! Changed accordingly on the fix branch. Let me know if anything else is needed.

@Quentinchampenois
Copy link
Contributor

LGTM Thanks !

@Quentinchampenois Quentinchampenois merged commit 4bf0866 into develop Nov 27, 2023
6 checks passed
@Quentinchampenois Quentinchampenois deleted the homepage-proposals-2.0-fix branch November 27, 2023 16:15
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

Successfully merging this pull request may close these issues.

2 participants