瀏覽代碼

fix!: block customizing select field type options

version-14
Ankush Menat 3 年之前
父節點
當前提交
014cd0cbaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/custom/doctype/customize_form/customize_form.py

+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.py 查看文件

@@ -600,4 +600,4 @@ ALLOWED_FIELDTYPE_CHANGE = (
('Code', 'Geolocation'), ('Code', 'Geolocation'),
('Table', 'Table MultiSelect')) ('Table', 'Table MultiSelect'))


ALLOWED_OPTIONS_CHANGE = ('Read Only', 'HTML', 'Select', 'Data')
ALLOWED_OPTIONS_CHANGE = ('Read Only', 'HTML', 'Data')

Loading…
取消
儲存