Browse Source

Merge pull request #8405 from nocodb/develop

pull/8406/head 0.207.0
github-actions[bot] 7 months ago committed by GitHub
parent
commit
4b8e140b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/nc-gui/components/project/AccessSettings.vue
  2. 7
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md

4
packages/nc-gui/components/project/AccessSettings.vue

@ -215,9 +215,9 @@ watch(currentBase, () => {
<div <div
v-else-if="!filteredCollaborators?.length" 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>
<div v-else class="nc-collaborators-list mt-6 h-full"> <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)]"> <div class="flex flex-col rounded-lg overflow-hidden border-1 max-w-350 max-h-[calc(100%-8rem)]">

7
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md

@ -49,7 +49,7 @@ List of linked records will appear as a dropdown containing linked records as ca
3. List (cards) of linked records 3. List (cards) of linked records
4. Click on the `-` icon to unlink the record 4. Click on the `-` icon to unlink the record
5. To view additional information (expanded record), hover on the card & click on the `<>` icon 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) 7. Click on `Link more records` to link an existing record [Read more](#link-new-records)
8. Pagination bar 8. Pagination bar
@ -67,7 +67,7 @@ A brief note about the modal components:
3. List (cards) of records available for linking 3. List (cards) of records available for linking
4. Click on the `+` icon to link the record 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 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 7. Pagination bar
:::info :::info
@ -75,6 +75,7 @@ Multiple records can be linked at once.
::: :::
### Unlink records ### Unlink records
To unlink a record, open the `Linked Records` modal & click on the `-` icon on the card of the record to be unlinked. To unlink a record, open the `Linked Records` modal & click on the `-` icon on the card of the record to be unlinked.
:::info :::info
@ -83,4 +84,4 @@ Multiple records can be unlinked at once.
### Related fields ### Related fields
- [Lookup](020.lookup.md) - [Lookup](020.lookup.md)
- [Rollup](030.rollup.md) - [Rollup](030.rollup.md)

Loading…
Cancel
Save