Sfoglia il codice sorgente

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 anni fa
committed by GitHub
parent
commit
eac0a917f0
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      frappe/custom/doctype/customize_form/customize_form.js

+ 1
- 0
frappe/custom/doctype/customize_form/customize_form.js Vedi File

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


Caricamento…
Annulla
Salva