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
The idea of default scopes is good in some situations, but if you really use scopes, you have multiple scopes that are assigned as default.
At the moment only one scope can be set as default. It would be possible to set an array, because the parameters are not checked, but the scripts calling this method expect an string at the moment.
The text was updated successfully, but these errors were encountered:
needs to be changed, because you can also have an enpty string or empty array or better: check the value in "setDefaultScope" and keep the null if empty.
The idea of default scopes is good in some situations, but if you really use scopes, you have multiple scopes that are assigned as default.
At the moment only one scope can be set as default. It would be possible to set an array, because the parameters are not checked, but the scripts calling this method expect an string at the moment.
The text was updated successfully, but these errors were encountered: