Merge pull request #16157 from ankush/select_cust

fix!: block customizing select field type options
This commit is contained in:
Ankush Menat 2022-02-28 15:57:37 +05:30 committed by GitHub
commit b38c106f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -600,4 +600,4 @@ ALLOWED_FIELDTYPE_CHANGE = (
('Code', 'Geolocation'),
('Table', 'Table MultiSelect'))
ALLOWED_OPTIONS_CHANGE = ('Read Only', 'HTML', 'Select', 'Data')
ALLOWED_OPTIONS_CHANGE = ('Read Only', 'HTML', 'Data')