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 <[email protected]> Authored: Thu Aug 4 12:46:29 2016 -0400 Committer: Jeff Kinnison <[email protected]> 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') }}
