You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/01 21:11:56 UTC

[5/6] airavata-php-gateway git commit: Fixing AIRAVATA-1726

Fixing AIRAVATA-1726


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/2da7eb52
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2da7eb52
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2da7eb52

Branch: refs/heads/master
Commit: 2da7eb52c6bbb5b9edf895a88f7de39a5233e8b1
Parents: c395468
Author: Supun Nakandala <sc...@apache.org>
Authored: Wed Jul 1 15:35:32 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Wed Jul 1 15:36:21 2015 +0530

----------------------------------------------------------------------
 app/libraries/ExperimentUtilities.php | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2da7eb52/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 83d849d..f1aaa6e 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -632,7 +632,6 @@ class ExperimentUtilities
             case 'CREATED':
             case 'VALIDATED':
             case 'SCHEDULED':
-            case 'CANCELED':
             case 'FAILED':
                 $expVal["editable"] = true;
                 break;