GlideModal no longer works on UI Pages after Explicit Roles plugin is instanlledDescriptionGlideModal no longer works on UI Pages after Explicit Roles plugin is instanlledSteps to Reproduce 1. Create an UI Page with the following - HTML - <?xml version="1.0" encoding="utf-8" ?><j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null"><button onclick="return showPwdLoadingDialog();">Test popup</button></j:jelly>Client Script - function showPwdLoadingDialog() {loadingDialog = new GlideModal("test_popup", false);loadingDialog.setTitle(getMessage('Here the popup')); loadingDialog.render();}2. Make sure this UI Page is public3. Open this UI Page in an incognito window without logging in to your instance4. Click the Button on the pageActual Behavior:The popup does not openExpected BehaviorA popup will showWorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix.Related Problem: PRB1527647