diff --git a/js/mixins/modal.js b/js/mixins/modal.js index 7da9caaa..4f6af652 100644 --- a/js/mixins/modal.js +++ b/js/mixins/modal.js @@ -11,6 +11,7 @@ export default { return { modals: { styleguideModal: false, + rolesModal: false, newProjectConfirmation: false, pendingFinancialVerification: false, pendingCCPOApproval: false, diff --git a/templates/member_edit.html b/templates/member_edit.html index fe5c9241..bfd4d4f3 100644 --- a/templates/member_edit.html +++ b/templates/member_edit.html @@ -53,16 +53,14 @@ -{% call Modal(name='styleguideModal', dismissable=True) %} +{% call Modal(name='rolesModal', dismissable=False) %}

New Request

Add a user to an environment
-
-
CCPO
@@ -93,8 +91,8 @@
{% endcall %} @@ -114,7 +112,7 @@ Development
- no access + no access
  • @@ -122,7 +120,7 @@ Sandbox
    - no access + no access
  • @@ -130,7 +128,7 @@ Production
    - Billing + Billing
  • @@ -153,7 +151,7 @@ Development
    - no access + no access
  • @@ -161,7 +159,7 @@ Sandbox
    - no access + no access
  • @@ -169,7 +167,7 @@ Production
    - no access + no access