You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/08/17 15:32:52 UTC

[05/20] airavata-php-gateway git commit: updated views to incorporate new user loading scheme

updated views to incorporate new user loading scheme


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

Branch: refs/heads/develop
Commit: 878df0572361c53bbeb1c4da9a3981aee0bf1e80
Parents: b742a23
Author: Jeff Kinnison <je...@gmail.com>
Authored: Thu Aug 4 12:46:29 2016 -0400
Committer: Jeff Kinnison <je...@gmail.com>
Committed: Thu Aug 4 12:46:29 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/878df057/app/views/project/edit.blade.php
----------------------------------------------------------------------
diff --git a/app/views/project/edit.blade.php b/app/views/project/edit.blade.php
index 6b3e493..388138e 100755
--- a/app/views/project/edit.blade.php
+++ b/app/views/project/edit.blade.php
@@ -62,6 +62,7 @@
 @parent
 <script>
     var users = {{ $users }};
+    $('#project-share').data({url: "{{ URL::to('/') }}/project/unshared-users", resourceId: "{{ Input::get('projId') }}"})
 </script>
 {{ HTML::script('js/sharing/sharing_utils.js') }}
 {{ HTML::script('js/sharing/share.js') }}