Skip to content

Commit 2fb2a75

Browse files
committed
Set the replace_existing_version True by default
Signed-off-by: tdruez <[email protected]>
1 parent 035722e commit 2fb2a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component_catalog/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ class AddToProductAdminForm(forms.Form):
707707
ids = forms.CharField(widget=forms.widgets.HiddenInput)
708708
replace_existing_version = forms.BooleanField(
709709
required=False,
710-
initial=False,
710+
initial=True,
711711
label="Replace existing relationships by newer version.",
712712
help_text=(
713713
"Select this option to replace any existing relationships with a different version "

0 commit comments

Comments
 (0)