fix: list instead of docs
This commit is contained in:
parent
a8f67307ac
commit
6fb3e02528
@ -27,7 +27,7 @@ function setupForm({ doc }) {
|
|||||||
}
|
}
|
||||||
if (frm.doc.view == "List" && !has_list_boilerplate) {
|
if (frm.doc.view == "List" && !has_list_boilerplate) {
|
||||||
frm.doc.script = `
|
frm.doc.script = `
|
||||||
function setupList({ docs }) {
|
function setupList({ list }) {
|
||||||
return {
|
return {
|
||||||
actions: [],
|
actions: [],
|
||||||
bulk_actions: [],
|
bulk_actions: [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user