Repository: airavata-php-gateway Updated Branches: refs/heads/develop 57ca35d88 -> 7a36eba67
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/7a36eba6 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/7a36eba6 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/7a36eba6 Branch: refs/heads/develop Commit: 7a36eba678bcafb502c384e9c95576803736e006 Parents: 57ca35d Author: scnakandala <[email protected]> Authored: Mon May 22 12:46:27 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 12:46:27 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/7a36eba6/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 eeb7b9a..ec99c86 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 ){{ checked }}@endif" + <input type="checkbox" value="@if( isset( $queueData)){{ $queueData->isDefaultQueue == true }}@endif" name="isDefaultQueue" placeholder="Set as Default Queue for the Resource" @if( isset( $readOnly)){{ "readOnly" }}@endif/> </div> \ No newline at end of file
