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 providers white list setting is hidden unless the config is saved with the providersrestrict setting set to true.
This is bad - settings should never be conditionally included IMO.
What we need to do is create a new setting for the whitelisting which extends admin_setting_configmulticheckbox we can then make this disabled via JS according to whether providersrestrict has been ticked.
The text was updated successfully, but these errors were encountered:
The providers white list setting is hidden unless the config is saved with the providersrestrict setting set to true.
This is bad - settings should never be conditionally included IMO.
What we need to do is create a new setting for the whitelisting which extends admin_setting_configmulticheckbox we can then make this disabled via JS according to whether providersrestrict has been ticked.
The text was updated successfully, but these errors were encountered: