Repository: airavata-php-gateway
Updated Branches:
refs/heads/master d131087f5 -> be57aed45
created experiments cannot be cancelled
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/4f633229
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/4f633229
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/4f633229
Branch: refs/heads/master
Commit: 4f6332299c46aad51638a5e0ed6bc087f40c3d4c
Parents: d131087
Author: scnakandala <supun.nakandala@gmail.com>
Authored: Thu Jan 7 13:29:07 2016 -0500
Committer: scnakandala <supun.nakandala@gmail.com>
Committed: Thu Jan 7 13:29:07 2016 -0500
----------------------------------------------------------------------
app/libraries/ExperimentUtilities.php | 1 -
1 file changed, 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4f633229/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 72fdd74..108a1c8 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -812,7 +812,6 @@ class ExperimentUtilities
}
switch (ExperimentState::$__names[$experiment->experimentStatus->state]) {
- case 'CREATED':
case 'VALIDATED':
case 'SCHEDULED':
case 'LAUNCHED':
|