kibana/packages/core/saved-objects/core-saved-objects-server-internal
Pierre Gayvallet 83abc6e3c0
[uiSettings] always use the latest config document to create the new one (#159649)
## Summary

Fix https://github.com/elastic/kibana/issues/159646

Fix the config creation-from-previous-one logic by always using the
latest config for the new version's creation


## Release Note

Fix a bug that could cause old Kibana deployments to loose their
uiSettings after an upgrade

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-06-19 00:09:27 -07:00
..
src [uiSettings] always use the latest config document to create the new one (#159649) 2023-06-19 00:09:27 -07:00
index.ts [saved objects] Adds bulkDelete API (#139680) 2022-09-20 07:51:25 -07:00
jest.config.js Migrate remaining parts of server-side SO domain to packages (#139305) 2022-08-26 01:53:37 -07:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Migrate remaining parts of server-side SO domain to packages (#139305) 2022-08-26 01:53:37 -07:00
tsconfig.json [uiSettings] always use the latest config document to create the new one (#159649) 2023-06-19 00:09:27 -07:00

@kbn/core-saved-objects-server-internal

This package contains the internal implementation of core's server-side savedObjects service.