1
0
Fork 0
mirror of synced 2024-10-01 09:47:43 +13:00

Merge pull request #3469 from appwrite/fix-database-document-links

fix(ui): document link
This commit is contained in:
Torsten Dittmann 2022-06-30 10:49:11 +02:00 committed by GitHub
commit 2a263b0e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ $logs = $this->getParam('logs', null);
</td>
<template x-for="attr in attributes">
<td x-show="attr.status === 'available'" :data-title="attr.key + ':'">
<a :href="`/console/databases/document?id=${doc.$id}&collection=${doc.$collection}&databaseId={{databaseId}}&project=${project}`">
<a :href="`/console/databases/document?id=${doc.$id}&collection=${doc.$collection}&databaseId=${databaseId}&project=${project}`">
<span x-text="doc[attr.key] ?? 'n/a'"></span>
</a>
</td>