You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move legacy UI to new plugin src/legacy/core_plugins/kibana/public/management/sections/objects
Move legacy routes to new plugin src/legacy/core_plugins/kibana/server/routes/api/management/saved_objects
Don't convert deprecated JSON import code to typescript since we will be removing the JSON import UI and routes (src/legacy/core_plugins/kibana/server/routes/api/{import/export}) in 8.0.0 see Remove Dashboard Import/Export API #41439
Move Saved Object Management into a separate Plugin.
SavedObjectsManagementTypeDefinitionfor each of their Saved Object types.src/legacy/core_plugins/kibana/public/management/sections/objectssrc/legacy/core_plugins/kibana/server/routes/api/management/saved_objectssrc/legacy/core_plugins/kibana/server/routes/api/{import/export}) in 8.0.0 see Remove Dashboard Import/Export API #41439Progress
managementsection for SO types from NP API: Add SavedObject management section registration in core #59291managementsection to NP plugin: Migrate SO management routes to new plugin #59734managementsection to NP plugin: Migrate SO management section to NP #61700