Merge pull request #16157 from ankush/select_cust
fix!: block customizing select field type options
This commit is contained in:
commit
b38c106f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue