-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
There was a problem hiding this 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" |
There was a problem hiding this comment.
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
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 |
There was a problem hiding this comment.
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
revision: 995505d587d87fbc7cccaf94822f5f2285105afb | |
revision: 995505d587d87fbc7cccaf94822f5f2285105afb |
Thanks for the comments! Changed accordingly on the fix branch. Let me know if anything else is needed. |
LGTM Thanks ! |
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.