-
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
Reactify visualize app #67848
Reactify visualize app #67848
Changes from 7 commits
ba5ac21
727583a
fcc3508
f2691e7
619e408
e5f45a6
ef776c1
3664bf3
cd21384
c030614
a43752a
6879ea7
6d51a08
cc84a37
5ff42f4
fc15832
e90e0b6
3566a34
03dec22
160dbb9
ca17287
3e943e2
60c9f16
c9572f5
151e6a1
1120db1
c1e999a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ export function createSavedVisLoader(services: SavedObjectKibanaServicesWithVisu | |
source.icon = source.type.icon; | ||
source.image = source.type.image; | ||
source.typeTitle = source.type.title; | ||
source.editUrl = `#/edit/${id}`; | ||
source.editUrl = `/edit/${id}`; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like this should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If I'm not wrong, this is used only used in visualize for navigating to a visualization from the listing page. In new implementation, |
||
|
||
return source; | ||
}; | ||
|
This file was deleted.
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.
Instead of emitting an event from a particular editor, and handle it in visualize as:
reload it inside an editor outright (IMHO it's more evident)