ソースを参照

fix: make module to export required. (#18204) (#18218)

(cherry picked from commit 5330814d7a)

Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com>
version-14
mergify[bot] 2年前
committed by GitHub
コミット
eac0a917f0
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      frappe/custom/doctype/customize_form/customize_form.js

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

@@ -178,6 +178,7 @@ frappe.ui.form.on("Customize Form", {
fieldname: "module",
options: "Module Def",
label: __("Module to Export"),
reqd: 1,
},
{
fieldtype: "Check",


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