Fixed customer documents by folder uid
This commit is contained in:
parent
3dfe25af12
commit
a7779f82b0
@ -66,6 +66,9 @@ export default function FolderInformation(props: IProps) {
|
|||||||
include: {
|
include: {
|
||||||
contact: true,
|
contact: true,
|
||||||
documents: {
|
documents: {
|
||||||
|
where: {
|
||||||
|
folder_uid: folderUid,
|
||||||
|
},
|
||||||
include: {
|
include: {
|
||||||
folder: true,
|
folder: true,
|
||||||
document_type: true,
|
document_type: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user