GitHub user machristie opened a pull request:
https://github.com/apache/airavata-php-gateway/pull/36
AIRAVATA-2212 Using setInterval so status check is turned back on
The way it was implemented with setTimeout the status checking
(autoRefresh) wouldn't start again once it was toggled back on. I
switched to setInterval since it is easier to just check the autoRefresh
flag every 3 seconds.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/machristie/airavata-php-gateway
AIRAVATA-2212-autorefresh-prevents-page-from-loading
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/airavata-php-gateway/pull/36.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #36
----
commit 3910260e58b3e1c5c554bada3dd33ded9e7fd403
Author: Marcus Christie <[email protected]>
Date: 2016-11-11T13:26:17Z
AIRAVATA-2212 Using setInterval so status check is turned back on
The way it was implemented with setTimeout the status checking
(autoRefresh) wouldn't start again once it was toggled back on. I
switched to setInterval since it is easier to just check the autoRefresh
flag every 3 seconds.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---