This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d47f00  Go to group listing when group created
1d47f00 is described below

commit 1d47f00a69a7836ccac88a1ced07f580754f0839
Author: Marcus Christie <machr...@iu.edu>
AuthorDate: Fri Feb 23 11:39:46 2018 -0500

    Go to group listing when group created
---
 .../js/groups_components/GroupCreateContainer.vue                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupCreateContainer.vue
 
b/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupCreateContainer.vue
index 7900407..28e4a1d 100644
--- 
a/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupCreateContainer.vue
+++ 
b/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupCreateContainer.vue
@@ -1,5 +1,5 @@
 <template>
-    <group-editor :group="newGroup"></group-editor>
+    <group-editor :group="newGroup" @saved="handleSaved"></group-editor>
 </template>
 
 <script>

-- 
To stop receiving notification emails like this one, please contact
machris...@apache.org.

Reply via email to