From fbffc41cb631ec5c8117601cfc2dcbd63ec5174f Mon Sep 17 00:00:00 2001 From: luis cielak Date: Mon, 27 Aug 2018 14:39:47 -0400 Subject: [PATCH] Rename modal and remove dismiss functionality --- js/mixins/modal.js | 1 + templates/member_edit.html | 20 +++++++++----------- 2 files changed, 10 insertions(+), 11 deletions(-) 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