Could you please advise, how can I refresh the data after the ‘update’ event?
It seems like Forest Admin UI doesn’t consider what is sent in PUT response data and this is fair enough. But in that case how I can refresh the data after PUT.
This is needed when I’m handling PUT request manually and preparing the data (changing) before saving. UI will show user input (which is different from the data that was prepared and saved) and there is no way to show actual saved data since GET request is not triggered immediately.
Expected behavior
PUT + GET or consider the data from the response on PUT request.
Actual behavior
Only PUT is triggered. Didn’t find a way to refresh the data right after updating (except refreshing the page).