-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RESP-10243: Add support for backlinking an enum to the catalog type t…
…hat created it (#155) This feature enables the importer to automatically create a backlink from the catalog type the enum creates to the catalog type that the enum is created from. Example: An **Integration** can have an enum of **contacts** <img width="1410" alt="Screenshot 2025-01-15 at 14 40 51" src="https://github.com/user-attachments/assets/0369a8a6-676e-45b7-be98-5de5c397d184" /> With `enable_backfill` set to true, **Integration Contact** will have an **Integration** backlink attribute automatically created <img width="1410" alt="Screenshot 2025-01-15 at 14 41 44" src="https://github.com/user-attachments/assets/46047f63-c563-4fa6-9664-8611239d58ef" />
- Loading branch information
1 parent
10d93d4
commit 8d0f02c
Showing
5 changed files
with
114 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -627,6 +627,9 @@ | |
name: 'Zoom', | ||
description: 'Use Zoom to automatically start call links for your incident channels, and more.', | ||
owner: 'response', | ||
contacts: [ | ||
'[email protected]', | ||
] | ||
}, | ||
] | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters