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

Locations update and remove not working #4

Open
rubycoderteam opened this issue Sep 20, 2023 · 0 comments
Open

Locations update and remove not working #4

rubycoderteam opened this issue Sep 20, 2023 · 0 comments

Comments

@rubycoderteam
Copy link

On updating or removing location on results form not working (please check screenshot)

I checked and found that we are overriding UpdateResult method using Decidim::AccountabilitySimple::Admin::UpdateResultExtensions module but somehow it is not being used (checked by using debugger and logger).

However this module is being included using initializer as per below still it is not using extension method which handle locations

 Decidim::Accountability::Admin::UpdateResult.include(
            Decidim::AccountabilitySimple::Admin::UpdateResultExtensions
          )
Screenshot 2023-09-20 at 12 13 57 PM
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

No branches or pull requests

1 participant