Open pea opened 1 year ago
Hi @pea thank you for your report, we start looking into this.
Hi @pea sorry to answer late, the property workspaceAddedNewDestinations
works correctly when you didn't define initialPreferences
and customPreferences
and finally you need to have configurated the defaultDestinationBehavior
with value imply
.
The issue was that all destinations had to be set to either true or false. I was setting them to true/ false individually. So if one was toggled on, that one should be true but the others should also be set as false.
Hi @pea I created a PR #347 to fix the issue with save methods
Thanks for jumping on that so quickly @edsonjab. I've just come back from vacation but I'll test it out today.
The prop workspaceAddedNewDestinations is set to true whenever the page is reloaded. This is not expected behavior, as the prop should only be set to true when new destinations are added to the workspace.
Steps to Reproduce:
Expected Behavior:
The prop workspaceAddedNewDestinations should be false when the page is loaded. It should only be set to true when new destinations are added to the workspace.
Actual Behavior:
The prop workspaceAddedNewDestinations is set to true whenever the page is loaded, even if no new destinations have been added.