Fixing AIRAVATA-1406. Added validation from PGA side. Validation from Airavata 
side need to be added.


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/75d46172
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/75d46172
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/75d46172

Branch: refs/heads/0.15-release-branch
Commit: 75d46172bb1f63923990a399d91f37a5137cb021
Parents: 76a5d6e
Author: Supun Nakandala <[email protected]>
Authored: Wed Jul 1 14:53:22 2015 +0530
Committer: Supun Nakandala <[email protected]>
Committed: Wed Jul 1 14:53:22 2015 +0530

----------------------------------------------------------------------
 app/views/project/edit.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/75d46172/app/views/project/edit.blade.php
----------------------------------------------------------------------
diff --git a/app/views/project/edit.blade.php b/app/views/project/edit.blade.php
index 26e4df4..45d3e63 100755
--- a/app/views/project/edit.blade.php
+++ b/app/views/project/edit.blade.php
@@ -27,7 +27,7 @@
                    class="form-control"
                    name="project-name"
                    id="project-name"
-                   value="{{ $project->name }}">
+                   value="{{ $project->name }}" required>
         </div>
         <div class="form-group">
             <label for="project-description">Project Description</label>

Reply via email to