mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: make all documents searchable in production
This commit is contained in:
+1
-3
@@ -221,9 +221,7 @@ function getListViewList(fyo: Fyo): SearchItem[] {
|
||||
schemaNames.push(ModelNameEnum.CustomForm);
|
||||
}
|
||||
|
||||
if (fyo.store.isDevelopment) {
|
||||
schemaNames = Object.keys(fyo.schemaMap) as ModelNameEnum[];
|
||||
}
|
||||
schemaNames = Object.keys(fyo.schemaMap) as ModelNameEnum[];
|
||||
|
||||
const standardLists = schemaNames
|
||||
.map((s) => fyo.schemaMap[s])
|
||||
|
||||
Reference in New Issue
Block a user