Repository: airavata-php-gateway Updated Branches: refs/heads/develop 7a36eba67 -> 7bfa82cdf
setting field to select to is default queue 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/7bfa82cd Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/7bfa82cd Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/7bfa82cd Branch: refs/heads/develop Commit: 7bfa82cdf0fb84f538189e9ffe2bcf286706fc10 Parents: 7a36eba Author: scnakandala <[email protected]> Authored: Mon May 22 12:48:51 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 12:48:51 2017 -0400 ---------------------------------------------------------------------- app/views/partials/queue-block.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/7bfa82cd/app/views/partials/queue-block.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/queue-block.blade.php b/app/views/partials/queue-block.blade.php index ec99c86..a6d068e 100644 --- a/app/views/partials/queue-block.blade.php +++ b/app/views/partials/queue-block.blade.php @@ -71,7 +71,7 @@ </div> <div class="form-group"> <label class="control-label">Set as Default Queue for the Resource</label> - <input type="checkbox" value="@if( isset( $queueData)){{ $queueData->isDefaultQueue == true }}@endif" + <input type="checkbox" value="@if( isset( $queueData) && $queueData->isDefaultQueue == true){{checked}}@endif" name="isDefaultQueue" placeholder="Set as Default Queue for the Resource" @if( isset( $readOnly)){{ "readOnly" }}@endif/> </div> \ No newline at end of file
