Skip to content

Commit

Permalink
Merge pull request #8405 from nocodb/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
2 parents dbfab0c + 14065f6 commit 4b8e140
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/nc-gui/components/project/AccessSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ watch(currentBase, () => {

<div
v-else-if="!filteredCollaborators?.length"
class="nc-collaborators-list w-full h-full flex flex-col items-center justify-center mt-36"
class="nc-collaborators-list w-full h-full flex flex-col items-center justify-center"
>
<a-empty description="$t('title.noMembersFound')" />
<a-empty :description="$t('title.noMembersFound')" />
</div>
<div v-else class="nc-collaborators-list mt-6 h-full">
<div class="flex flex-col rounded-lg overflow-hidden border-1 max-w-350 max-h-[calc(100%-8rem)]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ List of linked records will appear as a dropdown containing linked records as ca
3. List (cards) of linked records
4. Click on the `-` icon to unlink the record
5. To view additional information (expanded record), hover on the card & click on the `<>` icon
6. Click on `+ New record` button to add a new record & link it to the current record
6. Click on `+ New record` button to create and link a new record to the current one
7. Click on `Link more records` to link an existing record [Read more](#link-new-records)
8. Pagination bar

Expand All @@ -67,14 +67,15 @@ A brief note about the modal components:
3. List (cards) of records available for linking
4. Click on the `+` icon to link the record
5. To view additional information (expanded record) before linking, hover on the card & click on the `<>` icon
6. Click on `+ New record` button to add a new record & link it to the current record
6. Click on `+ New record` button to create and link a new record to the current one
7. Pagination bar

:::info
Multiple records can be linked at once.
:::

### Unlink records

To unlink a record, open the `Linked Records` modal & click on the `-` icon on the card of the record to be unlinked.

:::info
Expand All @@ -83,4 +84,4 @@ Multiple records can be unlinked at once.

### Related fields
- [Lookup](020.lookup.md)
- [Rollup](030.rollup.md)
- [Rollup](030.rollup.md)

0 comments on commit 4b8e140

Please sign in to comment.