We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035722e commit 2fb2a75Copy full SHA for 2fb2a75
component_catalog/forms.py
@@ -707,7 +707,7 @@ class AddToProductAdminForm(forms.Form):
707
ids = forms.CharField(widget=forms.widgets.HiddenInput)
708
replace_existing_version = forms.BooleanField(
709
required=False,
710
- initial=False,
+ initial=True,
711
label="Replace existing relationships by newer version.",
712
help_text=(
713
"Select this option to replace any existing relationships with a different version "
0 commit comments