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

Fix for bugs in the Conditional Questions functionality: #3461

Commits on Oct 25, 2024

  1. Fix for bugs in the Conditional Questions functionality:

         - In case of conditional question with checkbox answers the removed
           questions were not being removed from view, nor was the answer to
        these questions (which persisted in the db.
    
        Changes:
        - Fixed the broken functionality in the method remove_answers_list in
          app/helpers/conditions_helper.rb.
        - Removed and destroyed the answers of the removed questions.
        - Updated RSpec tests for Conditional Questions functionality.
    John Pinto committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d2f80fc View commit details
    Browse the repository at this point in the history