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 12f328f  AIRAVATA-3539 No need to immediately invoke default output 
view provider since it does nothing
12f328f is described below

commit 12f328fb65d3e75846f46ff1a48213392aa0cb90
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Nov 11 13:46:46 2021 -0500

    AIRAVATA-3539 No need to immediately invoke default output view provider 
since it does nothing
---
 django_airavata/apps/api/output_views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/apps/api/output_views.py 
b/django_airavata/apps/api/output_views.py
index d15406d..46531bb 100644
--- a/django_airavata/apps/api/output_views.py
+++ b/django_airavata/apps/api/output_views.py
@@ -19,7 +19,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
 
 class DefaultViewProvider:
     display_type = 'default'
-    immediate = True
+    immediate = False
     name = "Default"
 
     def generate_data(

Reply via email to