瀏覽代碼

Merge pull request #16157 from ankush/select_cust

fix!: block customizing select field type options
version-14
Ankush Menat 3 年之前
committed by GitHub
父節點
當前提交
b38c106f8c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 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'),
('Table', 'Table MultiSelect'))

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

Loading…
取消
儲存