-
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
[Content Inspector] Integrate into dashboard/vis/maps/graph #144435
Comments
@ThomThomson @nickpeihl @flash1293 @kertal I'd like to check with you if there is anything I should take into consideration when integrating the inspector into the above apps listing pages. Local storage synchronisation? Specific service to use? Something else? We basically want to update a saved object with:
Thanks! 👍 [EDIT] Also there is a |
Thanks for opening this @sebelga! There are a couple things you'll need to take into consideration for implementing this in Dashboard: Our services to save dashboards live in One problem with the save methods in that service is that they expect a full
Another consideration is our session storage which stores unsaved state. At the moment, you cannot edit a dashboard's title without immediately saving it, but in the future you will be able to do this from the dashboard @cqliu1. To future-proof this, I would suggest that as part of the inspector's In terms of readonly mode, you can access that from the dashboard plugin services under |
Thanks for the input @ThomThomson !
It seems that this would be best. We can call it |
Agreed, we can handle that on our side. Opened this issue to track it. |
Hi @sebelga. For saving Maps we use the service in To see if Maps is |
@sebelga - talk to maps & graph. If they intend to do this, great, create issues and track here. If not, close this. |
Nobody is asking for this, so we're closing it. If you feel strongly otherwise and it is an actual priority, please re-open. |
In #144240 we are adding a new inspector capability to the
<TableListView />
.We will need to wire the inspector
onSave()
handler in each of the following app to update the underlying saved objectBlocked by
The text was updated successfully, but these errors were encountered: