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
Most of the time it is assumed user's will forget to scope the Data Sync channel list. Warn if the channel list is > 1 and force the user to confirm that this is their intended action
The text was updated successfully, but these errors were encountered:
added a warning check in the /connection/:connectionid/channel GET endpoint that monitors when users select multiple channels for data sync. Specifically, we added a simple condition that checks if list.data.length > 1 and if true, adds a warning message to the response object. This fulfills issue dfpc-coe#387's requirement to warn users when they select more than one channel in their Data Sync channel list.
Context
Most of the time it is assumed user's will forget to scope the Data Sync channel list. Warn if the channel list is > 1 and force the user to confirm that this is their intended action
The text was updated successfully, but these errors were encountered: