You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/11/20 16:11:45 UTC

[airavata-django-portal] 02/02: AIRAVATA-2896 Fix saving sharing when default group auto added

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

commit 0e7993aaf5036e73c2a2ad12ce51a8fda1acf4f5
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Nov 20 11:10:34 2018 -0500

    AIRAVATA-2896 Fix saving sharing when default group auto added
---
 django_airavata/static/common/js/components/ShareButton.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/django_airavata/static/common/js/components/ShareButton.vue b/django_airavata/static/common/js/components/ShareButton.vue
index f9ab3f9..4cc5f45 100644
--- a/django_airavata/static/common/js/components/ShareButton.vue
+++ b/django_airavata/static/common/js/components/ShareButton.vue
@@ -134,6 +134,7 @@ export default {
           this.autoAddDefaultGatewayUsersGroup
         ) {
           this.localSharedEntity.addGroup(this.defaultGatewayUsersGroup);
+          this.emitUnsavedEvent();
         }
       });
     },