You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not fetch subscribers as that should be fetched already (#1777) (af5868c)
BREAKING CHANGES
As a quick workaround for renaming bugs, a solution was implemented where
the preparePayloadForSave function would fetch the subscribers property
so that it would not be overwritten during a rename. However, it is still possible
to overwrite other newer changes by a different user. The best solution to deal
with the lack of a PATCH is that each app fetches the entire visualization
object prior to rename. Thus, the only job for the preparePayloadForSave
function is to handle name and description changes.