Closes #19739: Add a user preference for CSV delimiter in table exports (#19824)

* Closes #19739: Add a user preference for CSV delimiter in table exports

* Pass custom delimiter when exporting entire table
This commit is contained in:
Jeremy Stretch
2025-07-08 15:11:40 -04:00
committed by GitHub
parent a1cd81ff35
commit 90e8a61670
5 changed files with 53 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ class UserConfigForm(forms.ModelForm, metaclass=UserConfigFormMetaclass):
'ui.tables.striping',
name=_('User Interface')
),
FieldSet('data_format', name=_('Miscellaneous')),
FieldSet('data_format', 'csv_delimiter', name=_('Miscellaneous')),
)
# List of clearable preferences
pk = forms.MultipleChoiceField(