Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add RecordRelationFieldCardSection #3176

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into feat/display-show-page-relation-fields-as-cards
  • Loading branch information
lucasbordeau committed Jan 5, 2024
commit 773afb2aedfe023fdeabb5f18a2dd82c2b472d6a
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,9 @@ export const RecordShowPage = () => {
)}
</ShowPageLeftContainer>
<ShowPageRightContainer
entity={{
id: record?.id || '',
type: ['Company', 'Person'].includes(
objectMetadataItem?.labelSingular,
)
? (objectMetadataItem.labelSingular as 'Company' | 'Person')
: 'Custom',
targetableObject={{
id: record?.id ?? '',
targetObjectNameSingular: objectMetadataItem?.nameSingular,
}}
timeline
tasks
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.