Updates SubscriptionPlanShouldAutoApplyLicensesChoices, "Unknown" field to dashs ("------").
Reason being that Unknown is ambiguous to a user what selecting Unknown actually means or does.
Opted not to explicitly make it a boolean field due to the allow null parameter on the model field.
Testing considerations
Include instructions for any required manual tests, and any manual testing that has
already been performed.
Include unit and a11y tests as appropriate
Consider performance issues.
Check that Database migrations are backwards-compatible
Description
Adds a new boolean field to the Customer agreement model labeled
enable_auto_applied_subscriptions_with_universal_link
. The default value is false.Learner portal changes associated with new field: https://github.com/openedx/frontend-app-learner-portal-enterprise/pull/1204
Updates
SubscriptionPlanShouldAutoApplyLicensesChoices
, "Unknown" field to dashs ("------"). Reason being that Unknown is ambiguous to a user what selecting Unknown actually means or does. Opted not to explicitly make it a boolean field due to the allow null parameter on the model field.Testing considerations
Post-review
Squash commits into discrete sets of changes