-
Notifications
You must be signed in to change notification settings - Fork 27
Idcat mobil verifications #608
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
base: master
Are you sure you want to change the base?
Conversation
Branch added to the repo, @fblupi |
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.
Just a small change to update the overrides spec.
I've deployed it on the staging environment. To test it properly, ask Roxu how to access it and so on.
@@ -17,7 +17,7 @@ class Engine < ::Rails::Engine | |||
Decidim::AuthorizationHandler.include(Decidim::EphemeralParticipation::AuthorizationHandlerOverride) | |||
Decidim::Admin::ComponentForm.include(Decidim::EphemeralParticipation::ComponentFormOverride) | |||
Decidim::Admin::PermissionsForm.include(Decidim::EphemeralParticipation::PermissionsFormOverride) | |||
Decidim::System::UpdateOrganizationForm.include(Decidim::EphemeralParticipation::UpdateOrganizationFormOverride) | |||
Decidim::System::BaseOrganizationForm.include(Decidim::EphemeralParticipation::UpdateOrganizationFormOverride) |
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.
Change the spec/lib/overrides_spec.rb
spec removing the entry for: /app/forms/decidim/system/update_organization_form.rb
and including /app/forms/decidim/system/base_organization_form.rb
.
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.
@entantoencuanto Once you change it. I will approve the PR, as it seems to be working with the latest deployment, isn't it?
…ide" This reverts commit 172057e.
…celona into idcat_mobil_verifications
🎩 What? Why?
This PR:
📌 Related Issues