ソースを参照

Able to add options for customized form (#4369)

* exception added to add options

* Update customize_form.py

* Update customize_form.py
version-14
Shreya Shah 7年前
committed by Rushabh Mehta
コミット
7fa97e97fe
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/custom/doctype/customize_form/customize_form.py

+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.py ファイルの表示

@@ -68,7 +68,7 @@ allowed_fieldtype_change = (('Currency', 'Float', 'Percent'), ('Small Text', 'Da
('Text', 'Data'), ('Text', 'Text Editor', 'Code', 'Signature'), ('Data', 'Select'),
('Text', 'Small Text'), ('Text', 'Data', 'Barcode'), ('Code', 'Geolocation'))

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

class CustomizeForm(Document):
def on_update(self):


読み込み中…
キャンセル
保存