Protected environment access dropdown code causes runtime error for users under PREMIUM license
Summary
Run project with Starter license. Navigate to Project=>Settings=>CI/CD
- there is an error in the console related to access_dropdown.js
and protected environments initialization as the element to which it is mounted does not exist. It works fine for Premium.
https://docs.gitlab.com/ee/ci/environments/protected_environments.html#protected-environments
Possible fixes
Check that element to which the app is mounted actually exists.
Edited by Olena Horal-Koretska