-
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
[Maps] remove ecommerce map saved object from home plugin #116295
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
@@ -138,55 +138,26 @@ export const getSavedObjects = (): SavedObject[] => [ | |||
version: 'WzIzLDFd', | |||
}, | |||
{ | |||
id: '9c6f83f0-bb4d-11e8-9c84-77068524bcab', | |||
type: 'visualization', |
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.
Replaced map saved object with vega visualization. Vega visualization gets replaced in dashboard when maps plugin loads
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
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.
code review
merging, having ecommerce maps saved object in two places is blocking #116179 |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Fixes #116263
#107746 put a copy of ecommerce map saved object in the home plugin. The PR did not remove the commerce map saved object from the map plugin. This resulted in #116263.
This PR removes the ecommerce map saved object from the home plugin and keeps the one in the maps plugin. The reason being is that the map saved objects are easier to maintain in the maps plugin. Also, consistency is important in a project as large as Kibana and the logs and flights map saved objects are in the maps plugin. Keeping all map saved objects in the maps plugin for consistency has value.