From cf8b909d39a5db9e2d7834d424fbc8e304a0816c Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Wed, 17 Apr 2019 11:40:38 -0700 Subject: [PATCH] Add missing actions to form-members-global-access rancher/rancher#19676 --- .../addon/components/new-multi-cluster-app/template.hbs | 1 + .../addon/components/form-members-global-access/template.hbs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/global-admin/addon/components/new-multi-cluster-app/template.hbs b/lib/global-admin/addon/components/new-multi-cluster-app/template.hbs index 3ae5888db..f118ae772 100644 --- a/lib/global-admin/addon/components/new-multi-cluster-app/template.hbs +++ b/lib/global-admin/addon/components/new-multi-cluster-app/template.hbs @@ -238,6 +238,7 @@ resource=multiClusterApp addAuthorizedPrincipal=(action "addAuthorizedPrincipal") removeMember=(action "removeMember") + gotError=(action "gotError") }} {{/accordion-list-item}} diff --git a/lib/shared/addon/components/form-members-global-access/template.hbs b/lib/shared/addon/components/form-members-global-access/template.hbs index 6f8f76a83..244668f50 100644 --- a/lib/shared/addon/components/form-members-global-access/template.hbs +++ b/lib/shared/addon/components/form-members-global-access/template.hbs @@ -4,8 +4,8 @@ {{input-identity allowTeams=true allowLocal=true - action=(action "addAuthorized") - onError=(action "gotError") + action=(action "addPrincipal") + onError=gotError }}