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/01/29 21:07:13 UTC

[airavata-django-portal] 01/03: AIRAVATA-2615 experimentStatus is read only

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 11c3daccd82d208642dc1d4659e454653cd01440
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Jan 29 09:36:08 2018 -0500

    AIRAVATA-2615 experimentStatus is read only
---
 django_airavata/apps/api/serializers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/apps/api/serializers.py b/django_airavata/apps/api/serializers.py
index a230503..d9d32cc 100644
--- a/django_airavata/apps/api/serializers.py
+++ b/django_airavata/apps/api/serializers.py
@@ -248,7 +248,7 @@ class ExperimentSerializer(
     userName = GatewayUsernameDefaultField()
     gatewayId = GatewayIdDefaultField()
     creationTime = UTCPosixTimestampDateTimeField(allow_null=True)
-    experimentStatus = ExperimentStatusSerializer(many=True)
+    experimentStatus = ExperimentStatusSerializer(many=True, read_only=True)
 
 
 class DataReplicaLocationSerializer(

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