Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Graph] Make Graph saved object share-capable (#111404)
* [graph] Make Graph saved object share-capable Step 4 of https://www.elastic.co/guide/en/kibana/master/sharing-saved-objects.html#sharing-saved-objects-faq-changing-object-ids * bump migration version to fix the test * test * Revert "bump migration version to fix the test" This reverts commit 04d2f49. * Revert "test" This reverts commit 7b0a74d. * Fix Core migration integration tests The existing tests incorrectly asserted an object's `migrationVersion` solely based on the registered type's `migration` field; in reality, the `convertToMultiNamespaceTypeVersion` field is also used when determining an object's `migrationVersion`. This commit simply updates the test to reflect that. Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
- Loading branch information