-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Use management.getTitle
for import summary
#87285
Use management.getTitle
for import summary
#87285
Conversation
Pinging @elastic/kibana-core (Team:Core) |
@@ -443,6 +444,7 @@ describe('#importSavedObjectsFromStream', () => { | |||
}); | |||
|
|||
test('handles a mix of successes and errors and injects metadata', async () => { | |||
// TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: The TODO might be easier to tackle if we give a brief description on what remains to be done in this test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woups, that's the bookmark I use to keep track of where I am when taking a break 😅 . Will remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build SucceededMetrics [docs]Distributable file count
History
To update your PR or re-run it, just comment with: |
* fix import summary title * remove TODO
* fix import summary title * remove TODO
* fix import summary title * remove TODO
* fix import summary title * remove TODO
Summary
Fix #87235
Retrieve the imported object titles using
management.getTitle
from the SO type meta instead of just accessingattributes.title
Checklist