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 23a83eddd624539578836dfa2f08a0d462999baf
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Dec 13 14:58:08 2018 -0500

    AIRAVATA-2616 Return to exp list when saving exp
---
 .../js/containers/EditExperimentContainer.vue                     | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/EditExperimentContainer.vue
 
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/EditExperimentContainer.vue
index a2b9f2a..3280a34 100644
--- 
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/EditExperimentContainer.vue
+++ 
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/EditExperimentContainer.vue
@@ -35,12 +35,8 @@ export default {
   },
   methods: {
     handleSavedExperiment: function(experiment) {
-      // Redirect to experiment view
-      window.location.assign(
-        "/workspace/experiments/" +
-          encodeURIComponent(experiment.experimentId) +
-          "/"
-      );
+      // Redirect to experiments list view
+      window.location.assign("/workspace/experiments");
     },
     handleSavedAndLaunchedExperiment: function(experiment) {
       // Redirect to experiment view

Reply via email to