mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-30 12:20:00 +00:00
Add attachments live updates
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
c5f7d6d1e9
commit
01d6da49d9
@ -32,7 +32,7 @@
|
||||
attachments = await client.findAll(attachment.class.Attachment, { space: value.space, attachedTo: value._id })
|
||||
}
|
||||
|
||||
$: fetch()
|
||||
$: value.attachments > 0 && fetch()
|
||||
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user