Skip to content

Add functionality to deselect radio buttons for usage_by_lms #1882

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kkoehn
Copy link
Contributor

@kkoehn kkoehn commented Feb 25, 2025

fixes #1109

@kkoehn kkoehn added the bug label Feb 25, 2025
@kkoehn kkoehn self-assigned this Feb 25, 2025
@kkoehn kkoehn linked an issue Feb 25, 2025 that may be closed by this pull request
@kkoehn kkoehn force-pushed the 1109-usage-by-lms-cannot-be-unset-through-ui branch from afe3718 to 7b25902 Compare February 25, 2025 23:06
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.74%. Comparing base (f572823) to head (996ccb3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1882   +/-   ##
=======================================
  Coverage   94.74%   94.74%           
=======================================
  Files         133      133           
  Lines        3404     3405    +1     
=======================================
+ Hits         3225     3226    +1     
  Misses        179      179           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kkoehn kkoehn force-pushed the 1109-usage-by-lms-cannot-be-unset-through-ui branch from 7b25902 to 08609e0 Compare March 4, 2025 20:39
@kkoehn kkoehn requested a review from arkirchner May 28, 2025 19:19
@kkoehn kkoehn force-pushed the 1109-usage-by-lms-cannot-be-unset-through-ui branch 3 times, most recently from 2fd61a8 to 4f5aa04 Compare July 8, 2025 20:39
@@ -29,7 +29,5 @@ initializeVisibilityWarning = ->
warning_message.removeClass('d-none')
$('#task_access_level_public').on 'change', ->
warning_message.addClass('d-none')

Choose a reason for hiding this comment

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

NITS: Can you leave the empty lines in?

@kkoehn kkoehn force-pushed the 1109-usage-by-lms-cannot-be-unset-through-ui branch 2 times, most recently from 61ad48a to 27b868f Compare July 9, 2025 20:02
@kkoehn kkoehn force-pushed the 1109-usage-by-lms-cannot-be-unset-through-ui branch from 27b868f to 996ccb3 Compare July 9, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage by LMS cannot be unset through UI
2 participants