This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#16157
from ankush/select_cust
fix!: block customizing select field type options
version-14
Ankush Menat
3 years ago
committed by
GitHub
parent
f41ed2d50b
014cd0cbaa
commit
b38c106f8c
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/custom/doctype/customize_form/customize_form.py
+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.py
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')
Write
Preview
Loading…
Cancel
Save